diff options
author | Jason R. Coombs <jaraco@jaraco.com> | 2016-12-23 11:45:50 -0500 |
---|---|---|
committer | Jason R. Coombs <jaraco@jaraco.com> | 2016-12-23 11:45:50 -0500 |
commit | 6daeff98a87a978a6ed11178acc9b8d0f82d533d (patch) | |
tree | aa48cdfc21700f25670be76a63fe110ea7f86250 /tox.ini | |
parent | 31bcf5bff6e02e8156dce67a92d2a268434cc204 (diff) | |
download | cherrypy-git-6daeff98a87a978a6ed11178acc9b8d0f82d533d.tar.gz |
Just run with the current Python. Rely on Travis or manual invocation to run in other environments.
Diffstat (limited to 'tox.ini')
-rw-r--r-- | tox.ini | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -1,6 +1,5 @@ [tox] -envlist = py26, py27, py32, py33, py34, py35, py36, pypy -skip-missing-interpreters=True +envlist = python [testenv] deps = .[test_tools,routes_dispatcher] |