Use Python 3.6 in Travis builds

This commit is contained in:
Jakob Stoklund Olesen
2017-01-25 14:32:52 -08:00
parent c111361e19
commit 8635aedc20

View File

@@ -3,6 +3,7 @@ rust:
- stable - stable
- beta - beta
- nightly - nightly
python: "3.6"
install: pip install --user --upgrade mypy flake8 install: pip install --user --upgrade mypy flake8
script: ./test-all.sh script: ./test-all.sh
cache: cache: