Skip to content

Commit

Permalink
fix repository name in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Warvito committed Oct 16, 2019
1 parent 6e661c2 commit 25306f0
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 @@ -43,7 +43,7 @@ install:
script:
- mkdir for_test
- cd for_test
- pytest -v --cov=sklearn_rvm --pyargs sklearn_rvm
- pytest -v --cov=neurocombat_sklearn --pyargs neurocombat_sklearn

after_success:
- codecov

0 comments on commit 25306f0

Please sign in to comment.