Skip to content

Commit

Permalink
Remove unnecessary --pyargs flag from pytest command
Browse files Browse the repository at this point in the history
  • Loading branch information
boustrophedon committed Sep 28, 2018
1 parent 233794a commit a1b5ab4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ install:
- pipenv install --dev --skip-lock
cache: pip
script:
- pipenv run pytest --pyargs algo
- pipenv run pytest algo
python: 3.6
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ Probably going to use Rust and Python.

To run the tests for a given python file, have pipenv installed, install dependencies with `pipenv install --dev` and run `pipenv run pytest <python_file>`.

To run all tests you can run `make test`
To run all tests you can run `pytest algo`

0 comments on commit a1b5ab4

Please sign in to comment.