Skip to content

Commit af86cab

Browse files
committed
Update README to replace pytest with tox for testing instructions
1 parent 0310657 commit af86cab

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ pip install fipepy
2525
The installation can be checked by running the test suite:
2626

2727
```shell
28-
pip install pytest
29-
pytest
28+
pip install tox
29+
tox
3030
```
3131

3232
The integration tests require a working Gurobi license. If a license is not available, the tests will pass and print a warning.

0 commit comments

Comments
 (0)