Skip to content

Commit

Permalink
corrected mistake in .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
atorras1618 committed Jan 20, 2020
1 parent 28d0ef5 commit 9120a65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ install:
- pip install coveralls
- pip install pytest-cov
script:
- pytest --cov=permaviss tests
- pytest --cov=permaviss test
- pip uninstall -y permaviss
- pip install permaviss
after_success: coveralls

0 comments on commit 9120a65

Please sign in to comment.