diff options
| author | John Anderson <sontek@gmail.com> | 2014-12-14 20:27:26 -0800 |
|---|---|---|
| committer | John Anderson <sontek@gmail.com> | 2014-12-14 20:27:26 -0800 |
| commit | e2274e5d1aa8e125c26a2e8d168a64e1b9e68db2 (patch) | |
| tree | 17dd1644ccde26efb4e77633cd1c6970571025e8 /tox.ini | |
| parent | 1dfd12a21edba88f19d3f9af3ba6d127a461512d (diff) | |
| download | pyramid-e2274e5d1aa8e125c26a2e8d168a64e1b9e68db2.tar.gz pyramid-e2274e5d1aa8e125c26a2e8d168a64e1b9e68db2.tar.bz2 pyramid-e2274e5d1aa8e125c26a2e8d168a64e1b9e68db2.zip | |
Fix py26 support
Diffstat (limited to 'tox.ini')
| -rw-r--r-- | tox.ini | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
