Adds python nightly to travis.yml

This commit is contained in:
Niru Maheswaranathan
2016-10-07 13:18:39 -07:00
parent 91275284e0
commit 125998ef25

View File

@@ -3,6 +3,7 @@ python:
- "2.7" - "2.7"
- "3.4" - "3.4"
- "3.5" - "3.5"
- "nightly"
install: install:
- sudo apt-get update - sudo apt-get update
- if [[ "$TRAVIS_PYTHON_VERSION" == "2.7" ]]; then - if [[ "$TRAVIS_PYTHON_VERSION" == "2.7" ]]; then