aboutsummaryrefslogtreecommitdiffstats
path: root/tox.ini
diff options
context:
space:
mode:
authorWaylan Limberg <waylan.limberg@icloud.com>2016-01-28 14:36:53 -0500
committerWaylan Limberg <waylan.limberg@icloud.com>2016-01-28 14:36:53 -0500
commit5562b054b45d84cebe470c65377828eb657acee3 (patch)
tree3a3333d7871df3c67053963caf45240e0bd3bc46 /tox.ini
parent1b156e66feca34c199636d4107207dca71b39d24 (diff)
downloadmarkdown-5562b054b45d84cebe470c65377828eb657acee3.tar.gz
markdown-5562b054b45d84cebe470c65377828eb657acee3.tar.bz2
markdown-5562b054b45d84cebe470c65377828eb657acee3.zip
Remove Py32 tests from travis, not tox.
That way py32 tests can still be run locally. Just not on the CI server.
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index 52a0584..3292773 100644
--- a/tox.ini
+++ b/tox.ini
@@ -1,5 +1,5 @@
[tox]
-envlist = py27, py33, py34, pypy, flake8, checkspelling
+envlist = py27, py32, py33, py34, pypy, flake8, checkspelling
[testenv]
deps = -rtest-requirements.txt