Skip to content

Commit

Permalink
ci: wrong package name in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
paulmueller committed Apr 3, 2018
1 parent a84459c commit f221baf
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 @@ -24,11 +24,11 @@ install:
script:
- set -ev
- if [ "${TEST}" == "PYTEST" ]; then
coverage run --source=drymass setup.py test;
coverage run --source=radontea setup.py test;
coverage report -m;
codecov;
else
flake8 drymass;
flake8 radontea;
flake8 examples;
flake8 tests;
fi;

0 comments on commit f221baf

Please sign in to comment.