summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorJohn Anderson <sontek@gmail.com>2014-12-14 20:27:26 -0800
committerJohn Anderson <sontek@gmail.com>2014-12-14 20:27:26 -0800
commite2274e5d1aa8e125c26a2e8d168a64e1b9e68db2 (patch)
tree17dd1644ccde26efb4e77633cd1c6970571025e8 /tox.ini
parent1dfd12a21edba88f19d3f9af3ba6d127a461512d (diff)
downloadpyramid-e2274e5d1aa8e125c26a2e8d168a64e1b9e68db2.tar.gz
pyramid-e2274e5d1aa8e125c26a2e8d168a64e1b9e68db2.tar.bz2
pyramid-e2274e5d1aa8e125c26a2e8d168a64e1b9e68db2.zip
Fix py26 support
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 714c5b6d3..0b77d588a 100644
--- a/tox.ini
+++ b/tox.ini
@@ -9,7 +9,7 @@ commands =
[testenv:cover]
basepython =
- python2.6
+ python2.7
commands =
python setup.py dev
python setup.py nosetests --with-xunit --with-xcoverage