Skip to content

Commit 71eddb2

Browse files
author
Matthias Koeppe
committed
Add tox.ini
1 parent e09c0f1 commit 71eddb2

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

tox.ini

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
[tox]
2+
envlist = sage
3+
# "setup.py sdist" fails because "devDependencies" from js/package.json are not installed
4+
skipsdist = true
5+
6+
[testenv]
7+
whitelist_externals = sage
8+
passenv =
9+
SAGE_ROOT
10+
SAGE_LOCAL
11+
HOME
12+
13+
commands =
14+
sage setup.py test

0 commit comments

Comments
 (0)