Skip to content

Commit

Permalink
modifies travis script
Browse files Browse the repository at this point in the history
  • Loading branch information
abelcarreras committed Nov 8, 2021
1 parent 0e363e8 commit 7782d11
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 @@ -40,7 +40,7 @@ script:
# - coverage report -m
# - coverage run -m unittest discover
- if [[ $TRAVIS_PYTHON_VERSION == '2.7' ]]; then coverage run --source=../wfnsympy -m unittest discover . "test_*.py"; fi
- if [[ $TRAVIS_PYTHON_VERSION == '3.8' ]]; then pytest --rootdir=.. test_*.py; fi
- if [[ $TRAVIS_PYTHON_VERSION == '3.8' ]]; then coverage run --source=../wfnsympy -m unittest discover . "test_*.py"; fi

after_success:
- coveralls
Expand Down

0 comments on commit 7782d11

Please sign in to comment.