Update .travis.yml

Adding python nightly build to travis
This commit is contained in:
Michael Lazar
2017-03-28 00:20:22 -07:00
committed by GitHub
parent 290b977683
commit 94c4bdc833

View File

@@ -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: