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
|
||||
python:
|
||||
- "2.7"
|
||||
- "3.3"
|
||||
- "3.4"
|
||||
- "3.5"
|
||||
- "3.6"
|
||||
- 2.7
|
||||
- 3.3
|
||||
- 3.4
|
||||
- 3.5
|
||||
- 3.6
|
||||
- nightly
|
||||
matrix:
|
||||
allow_failures:
|
||||
- python: nightly
|
||||
fast_finish: true
|
||||
before_install:
|
||||
- pip install coveralls pytest coverage mock pylint vcrpy
|
||||
install:
|
||||
|
||||
Reference in New Issue
Block a user