Do not run py27 on tox

ghowardsit
Manuel Kaufmann 2019-01-03 16:42:58 +01:00
parent f4d3a93a5c
commit 23b20cdb87
1 changed files with 1 additions and 2 deletions

View File

@ -1,11 +1,10 @@
[tox]
minversion=2.9.0
envlist = py{27,36},lint,docs
envlist = py36,lint,docs
skipsdist = True
[travis]
python =
2.7: py27
3.6: py36, codecov
[testenv]