diff options
author | Dmitry Shachnev <mitya57@gmail.com> | 2014-06-11 20:48:47 +0400 |
---|---|---|
committer | Dmitry Shachnev <mitya57@gmail.com> | 2014-06-11 20:49:52 +0400 |
commit | ca4347ac1c596aec3635fbab634aa9e7959a2719 (patch) | |
tree | 08976d29266ef302ef60e3b462b38e96ad2c04b5 | |
parent | 445e263a0c571e465b9b03fae867eebf4004429c (diff) | |
download | markdown-ca4347ac1c596aec3635fbab634aa9e7959a2719.tar.gz markdown-ca4347ac1c596aec3635fbab634aa9e7959a2719.tar.bz2 markdown-ca4347ac1c596aec3635fbab634aa9e7959a2719.zip |
Add 3.4 to list of Python versions to test with
-rw-r--r-- | .travis.yml | 1 | ||||
-rw-r--r-- | tox.ini | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 22a5855..1f07f39 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,6 +4,7 @@ env: - TOXENV=py27 - TOXENV=py32 - TOXENV=py33 + - TOXENV=py34 before_install: - sudo apt-get update -qq - sudo apt-get install libtidy-0.99-0 @@ -1,5 +1,5 @@ [tox] -envlist = py26, py27, py31, py32, py33 +envlist = py26, py27, py31, py32, py33, py34 [testenv] downloadcache = {toxworkdir}/cache |