Skip to content
This repository has been archived by the owner on Aug 9, 2024. It is now read-only.

Commit

Permalink
Update tox.ini to run the tests on things we know we need (six-1.3 is…
Browse files Browse the repository at this point in the history
… gone from old rhel now).
  • Loading branch information
ralphbean committed Apr 28, 2016
1 parent 2d71a85 commit ea01d17
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions tox.ini
Original file line number Diff line number Diff line change
@@ -1,15 +1,12 @@
[tox]
#envlist = py{27,34}-six{13,17,19}
envlist = py{27}-six{13,17,19}
envlist = py{27,34}-six{17,19}
downloadcache = {toxworkdir}/_download/

[testenv]
basepython =
py27: python2.7
py34: python3.4
deps =
six13: python-dateutil<1.5.0
six13: six==1.3.0
six17: python-dateutil
six17: six==1.7.3
six19: python-dateutil
Expand Down

0 comments on commit ea01d17

Please sign in to comment.