Remove Python 2.7 references

This commit is contained in:
Daniel Roy Greenfeld 2017-04-21 08:52:28 -07:00
parent 7ba67badcd
commit ea2b4d25bd
2 changed files with 1 additions and 2 deletions

View File

@ -10,7 +10,6 @@ language: python
python: 3.5
env:
- TOX_ENV=py27
- TOX_ENV=py34
- TOX_ENV=py35

View File

@ -1,6 +1,6 @@
[tox]
skipsdist = true
envlist = py27,py34,py35
envlist = py34,py35
[testenv]
passenv = LC_ALL, LANG, HOME