]> git.phdru.name Git - mimedecode.git/blobdiff - tox.ini
CI(Travis): Set default OS to `linux`, dist to `xenial`
[mimedecode.git] / tox.ini
diff --git a/tox.ini b/tox.ini
index 48c62674c48338851a3d790d52429e60ffbbabf0..dc9f7a6a862290c6401af9e2b7a28324edbfa529 100644 (file)
--- a/tox.ini
+++ b/tox.ini
@@ -1,19 +1,14 @@
-# Tox (http://tox.testrun.org/) is a tool for running tests
-# in multiple virtualenvs. This configuration file will run the
-# test suite on all supported python versions. To use it, "pip install tox"
-# and then run "tox" from this directory.
-
 [tox]
 minversion = 2.0
-envlist = py27, py33, py34, py35, py36, pypy
+envlist = py{27,34,35,36,37},pypy
 
 [testenv]
 basepython =
     py27: {env:TOXPYTHON:python2.7}
-    py33: {env:TOXPYTHON:python3.3}
     py34: {env:TOXPYTHON:python3.4}
     py35: {env:TOXPYTHON:python3.5}
     py36: {env:TOXPYTHON:python3.6}
+    py37: {env:TOXPYTHON:python3.7}
     pypy: {env:TOXPYTHON:pypy}
 deps =
     -rdevscripts/requirements/requirements_tests.txt