Merge pull request #2217 from hugovk/update-python-version-for-tox

Tell Travis to use Python 3.5 image when running Tox
This commit is contained in:
Justin Mayer 2017-10-09 09:19:56 -07:00 committed by GitHub
commit db027929b5

View file

@ -1,6 +1,6 @@
language: python language: python
python: python:
- "2.7" - "3.5"
env: env:
- TOX_ENV=docs - TOX_ENV=docs
- TOX_ENV=flake8 - TOX_ENV=flake8