Skip to content

Commit 2d2f3c4

Browse files
committed
switch Travis to use pytest instead of deprecated setup.py test
1 parent a7f5f1c commit 2d2f3c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ install:
118118
# command to run tests
119119
script:
120120
- 'if [ $SLYCOT != "" ]; then python -c "import slycot"; fi'
121-
- coverage run setup.py test
121+
- coverage run -m pytest --disable-warnings
122122

123123
# only run examples if Slycot is install
124124
# set PYTHONPATH for examples

0 commit comments

Comments
 (0)