Skip to content

Commit fc4ace6

Browse files
QuLogictacaswell
authored andcommitted
TST: use python -mpytest instead of pytest
1 parent b1ffc81 commit fc4ace6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/travis/test_script.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@ fi
1717

1818
echo The following args are passed to pytest $PYTEST_ARGS $RUN_PEP8
1919

20-
pytest $PYTEST_ARGS $RUN_PEP8
20+
python -mpytest $PYTEST_ARGS $RUN_PEP8

0 commit comments

Comments
 (0)