Python 3.6 or go home

This commit is contained in:
Daniel Roy Greenfeld 2017-12-28 08:45:28 -08:00
parent d7e70a00b6
commit 806f03310b
2 changed files with 1 additions and 3 deletions

View File

@ -10,8 +10,6 @@ language: python
python: 3.6
env:
- TOX_ENV=py34
- TOX_ENV=py35
- TOX_ENV=py36
before_install:

View File

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