Revert "Travis uses Python 3.7"

This reverts commit fd0aad00df.
pull/161/head
Ashley Whetter 6 years ago
parent fd0aad00df
commit 0eb6ecc898

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

Loading…
Cancel
Save