Remove Python 3.6 from Tox configuration

It seems Travis-CI doesn’t support it yet.
blueprint-logging
Gergely Polonkai 6 years ago
parent e23cc83dff
commit ffccdf6d38

@ -7,7 +7,6 @@ env:
- TOXENV=py33
- TOXENV=py34
- TOXENV=py35
- TOXENV=py36
install:
- pip install -U pip
- pip install -U Flask tox coverage codecov

Loading…
Cancel
Save