Skip to content

Commit 04d0803

Browse files
author
Manuel
committed
readd example scripts env to tox
1 parent eb7d81b commit 04d0803

File tree

1 file changed

+15
-6
lines changed

1 file changed

+15
-6
lines changed

tox.ini

+15-6
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
11
[tox]
2-
envlist=py35,py36,py37,coverage,docu
2+
envlist=py35,py36,py37,coverage,docu,example_scripts
33

44
[testenv]
5-
deps =
5+
deps =
66
-Ur{toxinidir}/requirements.txt
7-
commands =
7+
commands =
88
nosetests
99

1010
[testenv:docu]
11-
deps =
11+
deps =
1212
-Ur{toxinidir}/docs/requirements.txt
1313
changedir = {toxinidir}/docs
14-
commands =
14+
commands =
1515
sphinx-build source build
1616

1717
[testenv:coverage]
18-
passenv =
18+
passenv =
1919
CI TRAVIS TRAVIS_*
2020
deps =
2121
numpy
@@ -26,3 +26,12 @@ commands =
2626
coverage run {envbindir}/nosetests
2727
coverage report --include=ursgal/* --omit=test/
2828
codecov
29+
30+
[testenv:example_scripts]
31+
deps =
32+
-Ur{toxinidir}/requirements.txt
33+
changedir = {toxinidir}/example_scripts
34+
commands =
35+
# selected example_scripts here
36+
python filter_csv_validation_example.py
37+
python filter_csv_for_mods_example.py

0 commit comments

Comments
 (0)