Skip to content
This repository was archived by the owner on Jan 30, 2023. It is now read-only.

Commit e2d498f

Browse files
author
Matthias Koeppe
committed
build/pkgs/sagelib/src/tox.ini: Update tests and instructions
1 parent 55d59f8 commit e2d498f

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

build/pkgs/sagelib/src/tox.ini

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
# First pip-install tox:
1+
# First install tox:
22
#
3-
# ./sage -pip install tox
3+
# ./sage -i tox
44
#
55
# To build and test in the tox environment:
66
#
7-
# ./sage -sh -c '(cd build/pkgs/sagelib/src && tox -v -v)'
7+
# ./sage -sh -c '(cd build/pkgs/sagelib/src && tox -v -v -v)'
88
#
99
# To test interactively:
1010
#
@@ -29,7 +29,7 @@ commands =
2929
# Beware of the treacherous non-src layout. "./sage/" shadows the install sage package.
3030
python -c 'import sys; "" in sys.path and sys.path.remove(""); import sage.all; print(sage.all.__file__)'
3131

32-
# FIXME: The following loads sage-env, which loads the wrong Python.
32+
# We check that the "sage" script invokes the correct Python.
3333
sage -c 'import sys; print("sys.path =", sys.path); import sage.all; print(sage.all.__file__)'
3434

35-
sage -t --all
35+
sage -t -p --all

0 commit comments

Comments
 (0)