Changeset - b7d494fade48
[Not reviewed]
0 1 0
Lance Edgar (lance) - 3 years ago 2021-04-12 12:24:45
lance@edbob.org
Fix tests for python 2.7
1 file changed with 6 insertions and 0 deletions:
0 comments (0 inline, 0 general)
tox.ini
Show inline comments
 
@@ -5,12 +5,18 @@ envlist = py27, py35
 
[testenv]
 
commands =
 
        pip install --upgrade pip
 
        pip install --upgrade --upgrade-strategy eager rattail[auth,bouncer,db,tests]
 
        nosetests {posargs}
 

	
 
[testenv:py27]
 
commands =
 
        pip install --upgrade pip
 
        pip install --upgrade --upgrade-strategy eager 'rattail[auth,bouncer,db,tests]' 'sqlalchemy-utils<0.36.7'
 
        nosetests {posargs}
 

	
 
[testenv:coverage]
 
basepython = python3
 
deps = invoke
 
commands =
 
        pip install --upgrade pip
 
        pip install --upgrade --upgrade-strategy eager rattail[auth,bouncer,db,tests] appy luigi xlrd
0 comments (0 inline, 0 general)