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"
- "3.4"
- "3.5"
- "nightly"
install:
- sudo apt-get update
- if [[ "$TRAVIS_PYTHON_VERSION" == "2.7" ]]; then