| commit | 0f1be0c52166c5eca66eecc611e661e6b09b88bc | [log] [tgz] |
|---|---|---|
| author | Anthony Sottile <asottile@umich.edu> | Tue Mar 21 10:26:34 2017 -0700 |
| committer | Anthony Sottile <asottile@umich.edu> | Sun Jul 02 20:59:11 2017 -0700 |
| tree | 84dde0cb7fe13d662f413bfc7c9fae41c8e32462 | |
| parent | 5e4e5b3bcb084cc978d689dbae9797b340b759ec [diff] |
Align tox.ini with .travis.yml
diff --git a/tox.ini b/tox.ini index bf2eba2..9dd4c2f 100644 --- a/tox.ini +++ b/tox.ini
@@ -1,7 +1,7 @@ [tox] project = pre_commit_hooks # These should match the travis env list -envlist = py27,py34,py35,pypy +envlist = py27,py35,py36,pypy [testenv] deps = -rrequirements-dev.txt