Skip to content

Commit 062043b

Browse files
committed
python --> python3
1 parent f348689 commit 062043b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tests/runtests.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/env python
1+
#!/usr/bin/env python3
22
###############################################################################
33
# Test script for PyNormaliz #
44
###############################################################################
@@ -19,7 +19,7 @@
1919
skip.add("segfault-35.txt")
2020
skip.add("vertex_denom-37.txt")
2121
skip.add("modify_cone_renf.txt")
22-
22+
2323
if not PyNormaliz.NmzHasCocoa():
2424
skip.add("test_rational_cones.txt")
2525

@@ -33,7 +33,7 @@
3333
continue
3434

3535
print("Doctest {}".format(filename))
36-
result = doctest.testfile(filename,
36+
result = doctest.testfile(filename,
3737
optionflags=doctest.IGNORE_EXCEPTION_DETAIL |
3838
doctest.NORMALIZE_WHITESPACE |
3939
doctest.REPORT_NDIFF)

0 commit comments

Comments
 (0)