Skip to content

Commit 2121aaf

Browse files
committed
tox.ini: New
1 parent 2c54238 commit 2121aaf

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

tox.ini

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# tox -c tox-passagemath.ini
2+
[tox]
3+
envlist = passagemath
4+
5+
[testenv:passagemath]
6+
usedevelop = True
7+
extras = passagemath
8+
deps = pytest
9+
10+
setenv =
11+
# For access to _doctest_environment.py
12+
PYTHONPATH=.
13+
14+
commands =
15+
pytest tests_sage/

0 commit comments

Comments
 (0)