diff options
author | Alex Grönholm <alex.gronholm@nextday.fi> | 2013-03-03 05:01:26 +0200 |
---|---|---|
committer | Alex Grönholm <alex.gronholm@nextday.fi> | 2013-03-03 05:01:26 +0200 |
commit | 62b4ef05ee4d84e5cb90d2c377119a8258e5c193 (patch) | |
tree | 150c029f65c21ba6a12d36d87ba4bdc0f7bce728 /tox.ini | |
parent | 363898e7cfd5e46b29512929c12cc796fbee8338 (diff) | |
download | apscheduler-62b4ef05ee4d84e5cb90d2c377119a8258e5c193.tar.gz |
Dropped support for Python 2.5
Diffstat (limited to 'tox.ini')
-rw-r--r-- | tox.ini | 5 |
1 files changed, 1 insertions, 4 deletions
@@ -1,5 +1,5 @@ [tox] -envlist = py25,py26,py27,py32,py33,jython,pypy +envlist = py26,py27,py32,py33,jython,pypy [testenv] deps=nose @@ -8,9 +8,6 @@ deps=nose redis commands=nosetests [] -[testenv:py33] -basepython=python3.3 - # Jython does not have SQLite, so don't download SQLAlchemy. [testenv:jython] deps=nose |