diff options
author | Waylan Limberg <waylan.limberg@icloud.com> | 2016-01-28 14:36:53 -0500 |
---|---|---|
committer | Waylan Limberg <waylan.limberg@icloud.com> | 2016-01-28 14:36:53 -0500 |
commit | 5562b054b45d84cebe470c65377828eb657acee3 (patch) | |
tree | 3a3333d7871df3c67053963caf45240e0bd3bc46 /tox.ini | |
parent | 1b156e66feca34c199636d4107207dca71b39d24 (diff) | |
download | markdown-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.ini | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |