-
Notifications
You must be signed in to change notification settings - Fork 4
/
tox.ini
34 lines (26 loc) · 944 Bytes
/
tox.ini
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
[tox]
# native/curl: selects the HTTP client to use.
# http2/tornado/h2spec: selects the test suite to run (http2 is the tests
# defined in this package; h2spec is a third-party test suite)
envlist = py27
[testenv]
basepython=python2.7
deps = -rmaint/requirements.txt
#setenv = ASYNC_TEST_TIMEOUT = 1
commands = python tornado_m2crypto/test/runtests.py {posargs:}
#commands = python ../tornado/tornado/test/iostream_test.py
#changedir = {toxworkdir}
[testenv:m2io_https]
commands = python tornado_m2crypto/test/m2io_https.py
setenv = OPENSSL_ALLOW_PROXY_CERTS = 1
[testenv:old]
basepython=python2.7
deps = -rmaint/requirements.txt
setenv = ASYNC_TEST_TIMEOUT = 1
commands = python tornado_m2crypto/test/runOldtests.py {posargs:}
[testenv:m2io_dirac]
deps =
-rmaint/requirements.txt
git+https://github.com/DIRACGrid/pyGSI.git#egg=GSI
commands = python tornado_m2crypto/test/m2io_dirac.py
setenv = OPENSSL_ALLOW_PROXY_CERTS = 1