| commit | c9899ab7d16e3abd6c919c6aeeae56cc07d13a59 | [log] [tgz] |
|---|---|---|
| author | Anthony Sottile <asottile@umich.edu> | Sun Jul 08 08:20:50 2018 -0700 |
| committer | Anthony Sottile <asottile@umich.edu> | Sun Jul 08 08:20:50 2018 -0700 |
| tree | 0d53de57361a2f352b723e77e35b296790dc82c0 | |
| parent | b9ade8f9a151afb7adeb3f9ca8e60ee20532284b [diff] [blame] |
Don't test python3.5 now that we test python3.7
diff --git a/tox.ini b/tox.ini index d173921..a4be8bf 100644 --- a/tox.ini +++ b/tox.ini
@@ -1,6 +1,6 @@ [tox] # These should match the travis env list -envlist = py27,py35,py36,py37,pypy +envlist = py27,py36,py37,pypy [testenv] deps = -rrequirements-dev.txt