Skip to content

Commit

Permalink
Run test suite using pytest instead of tox (#646)
Browse files Browse the repository at this point in the history
  • Loading branch information
youben11 authored and ccordoba12 committed Sep 2, 2019
1 parent 8bbd246 commit a7b2c62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ Development

To run the test suite:

``pip install .[test] && tox``
``pip install .[test] && pytest``

Develop against VS Code
=======================
Expand Down

0 comments on commit a7b2c62

Please sign in to comment.