aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlex Gaynor <alex.gaynor@gmail.com>2014-03-17 07:52:16 -0700
committerAlex Gaynor <alex.gaynor@gmail.com>2014-03-17 07:52:16 -0700
commit521077cd69f03feba65de0b9d0cbb37f917c56ac (patch)
tree45d3256852741685f47a5659a130d5cdcafbc683
parentb125fef80dbfd8cd2d8155987f67ed0125edeed1 (diff)
parent710f61483c2af277635d9bd304079c195c484688 (diff)
downloadcryptography-521077cd69f03feba65de0b9d0cbb37f917c56ac.tar.gz
cryptography-521077cd69f03feba65de0b9d0cbb37f917c56ac.tar.bz2
cryptography-521077cd69f03feba65de0b9d0cbb37f917c56ac.zip
Merge pull request #818 from reaperhulk/tox-34-target
add py34 target for python 3.4 CI
-rw-r--r--tox.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index 3ee449f1..72884654 100644
--- a/tox.ini
+++ b/tox.ini
@@ -1,5 +1,5 @@
[tox]
-envlist = py26,py27,pypy,py32,py33,docs,pep8,py3pep8
+envlist = py26,py27,pypy,py32,py33,py34,docs,pep8,py3pep8
[testenv]
deps =