Improve requirements resolution.
parent
8c119de997
commit
bf35ac253e
|
|
@ -1,2 +0,0 @@
|
||||||
JPype1==0.6.0
|
|
||||||
unittest2==0.5.1
|
|
||||||
|
|
@ -1,2 +0,0 @@
|
||||||
JPype1==0.6.0
|
|
||||||
unittest2==0.5.1
|
|
||||||
|
|
@ -1 +0,0 @@
|
||||||
JPype1==0.6.0
|
|
||||||
5
tox.ini
5
tox.ini
|
|
@ -16,9 +16,8 @@ setenv =
|
||||||
driver-sqliteXerial: TESTNAME=test_integration.SqliteXerialTest
|
driver-sqliteXerial: TESTNAME=test_integration.SqliteXerialTest
|
||||||
driver-sqlitePy: TESTNAME=test_integration.SqlitePyTest
|
driver-sqlitePy: TESTNAME=test_integration.SqlitePyTest
|
||||||
deps =
|
deps =
|
||||||
py26: -rrequirements-python-2.6.txt
|
py: JPype1==0.6.2
|
||||||
py27: -rrequirements-python-2.7.txt
|
py26: unittest2==0.5.1
|
||||||
py3: -rrequirements-python-3.4.txt
|
|
||||||
jip==0.9.10
|
jip==0.9.10
|
||||||
commands =
|
commands =
|
||||||
python ci/jipconf_subst.py {envdir} {toxworkdir}/shared
|
python ci/jipconf_subst.py {envdir} {toxworkdir}/shared
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue