Skip to content
Snippets Groups Projects
Commit 3cf91677 authored by Lee McCuller's avatar Lee McCuller Committed by Lee McCuller
Browse files

fixed the tox.ini

parent eeec7b7f
No related branches found
No related tags found
No related merge requests found
Pipeline #
......@@ -5,58 +5,18 @@ envlist =
py36
py27
py34
indexserver =
DEV = http://localhost:8085
[testenv]
setenv =
PYTHONPATH = ''
deps =
pytest
pytest-xdist
pytest-benchmark
tabulate
matplotlib
pycairo
pygobject
wxpython
h5py
commands=py.test test/ -s
pip_pre=True
[testenv:full]
[testenv]
setenv =
PYTHONPATH = ''
deps =
pytest
pytest-xdist
pytest-benchmark
tabulate
matplotlib
pycairo
h5py
commands=
py.test test/ -s
pip_pre=True
usedevelop=True
[testenv:LLO]
basepython = python2.7
setenv =
PYTHONPATH = ''
deps =
pytest
pytest-xdist
pytest-benchmark
numpy==1.7.1
scipy==0.16.1
matplotlib==1.4.3
tabulate
pycairo
h5py
commands=
py.test test/ -s
numpy
scipy
commands=python -m gwinc.test
pip_pre=True
usedevelop=True
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment