- commit
- cb180760f7424f3bf6c807039df7c86f0c9304c9
- parent
- 6624e8b729f2182662555937d4ec8cde4106d325
- Author
- Tobias Bengfort <tobias.bengfort@posteo.de>
- Date
- 2018-11-19 17:55
more generic python versions in tox
Diffstat
| M | tox.ini | 2 | +- |
1 files changed, 1 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
@@ -4,7 +4,7 @@ 4 4 # and then run "tox" from this directory. 5 5 6 6 [tox]7 -1 envlist = py27, py34, pypy-1 7 envlist = py2, py3, pypy 8 8 9 9 [testenv] 10 10