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 | |
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.
-rw-r--r-- | .travis.yml | 1 | ||||
-rw-r--r-- | tox.ini | 2 |
2 files changed, 1 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml index 7384f3d..0038bdc 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,7 +2,6 @@ sudo: false language: python env: - TOXENV=py27 - - TOXENV=py32 - TOXENV=py33 - TOXENV=py34 - TOXENV=pypy @@ -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 |