Test using modern python

This commit is contained in:
Jeff Widman
2017-02-10 00:42:00 -08:00
parent 9f901e34ae
commit 38ab3a49c1
2 changed files with 2 additions and 3 deletions

View File

@@ -1,9 +1,8 @@
language: python
python: "2.7"
env:
- TOXENV=py26
- TOXENV=py27
- TOXENV=py33
- TOXENV=py36
install:
- pip install tox
script: tox

View File

@@ -1,5 +1,5 @@
[tox]
envlist = py26,py27,py34,stylecheck
envlist = py27,py36,stylecheck
[testenv]
deps =