Update .travis.yml
Adding python nightly build to travis
This commit is contained in:
15
.travis.yml
15
.travis.yml
@@ -1,10 +1,15 @@
|
|||||||
language: python
|
language: python
|
||||||
python:
|
python:
|
||||||
- "2.7"
|
- 2.7
|
||||||
- "3.3"
|
- 3.3
|
||||||
- "3.4"
|
- 3.4
|
||||||
- "3.5"
|
- 3.5
|
||||||
- "3.6"
|
- 3.6
|
||||||
|
- nightly
|
||||||
|
matrix:
|
||||||
|
allow_failures:
|
||||||
|
- python: nightly
|
||||||
|
fast_finish: true
|
||||||
before_install:
|
before_install:
|
||||||
- pip install coveralls pytest coverage mock pylint vcrpy
|
- pip install coveralls pytest coverage mock pylint vcrpy
|
||||||
install:
|
install:
|
||||||
|
|||||||
Reference in New Issue
Block a user