Skip to content

Commit

Permalink
don't test python 2.5 in Travis-CI
Browse files Browse the repository at this point in the history
  • Loading branch information
sublee committed May 13, 2014
1 parent 69745c3 commit 9faa550
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tox.ini
@@ -1,5 +1,5 @@
[tox]
envlist = py25, py26, py27, py31, py32, py33, pypy, jython
envlist = py26, py27, py31, py32, py33, pypy, jython

[testenv]
commands = {envpython} setup.py test

0 comments on commit 9faa550

Please sign in to comment.