We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2f05495 commit dcf5a2bCopy full SHA for dcf5a2b
_doctest_environment.py
@@ -0,0 +1,3 @@
1
+# Toplevel for doctesting with passagemath
2
+
3
+from sage.all__sagemath_modules import *
tox.ini
@@ -0,0 +1,22 @@
+[tox]
+envlist = passagemath
4
+[testenv:.pkg]
5
+passenv =
6
+ CPATH
7
+ LIBRARY_PATH
8
9
+[testenv:passagemath]
10
+usedevelop = True
11
+extras = passagemath
12
13
14
15
16
17
+setenv =
18
+ # For access to _doctest_environment.py
19
+ PYTHONPATH=.
20
21
+commands =
22
+ sage -tp --force-lib --environment=_doctest_environment mclf
0 commit comments