Travis uses Python 3.7

pull/161/head
Ashley Whetter 6 years ago
parent e1962d8bd8
commit fd0aad00df

@ -3,12 +3,13 @@ python:
- 2.7
- 3.5
- 3.6
- 3.7
sudo: false
matrix:
include:
- python: 3.6
- python: 3.7
env: TOXENV=docs
- python: 3.6
- python: 3.7
env: TOXENV=lint
install:
- pip install tox-travis

Loading…
Cancel
Save