Use Python 3.6 in Travis builds

This commit is contained in:
Jakob Stoklund Olesen
2017-01-25 14:32:52 -08:00
parent 4c5bca6b0d
commit 91a7922474

View File

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