Removes python nightly from travis.yml

This commit is contained in:
Niru Maheswaranathan
2016-10-07 13:21:41 -07:00
parent 125998ef25
commit 0313cb2983

View File

@@ -3,7 +3,6 @@ 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