Skip to content

Commit

Permalink
test(travis config): run pytest on test modules one by one, see #58
Browse files Browse the repository at this point in the history
Details here #58
  • Loading branch information
shuheng-liu committed Sep 2, 2020
1 parent 8c146b1 commit e58a245
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ install:
- pip install --upgrade pytest-cov pytest
- pip install codecov
script:
- pytest --cov-report term --cov=neurodiffeq/
- for file in neurodiffeq/tests/test*py; do pytest --cov-report term --cov=$file; done
after_success:
- codecov
- codecov

0 comments on commit e58a245

Please sign in to comment.