Skip to content

Commit

Permalink
Fixed travis
Browse files Browse the repository at this point in the history
  • Loading branch information
Peter Slump committed Feb 26, 2018
1 parent 3d572e5 commit 7a2c80a
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:
- python setup.py -q install
script:
- flake8 ./src ./tests
- python setup.py test --addopts "--cov=./src/dynamic_fixtures"
- python setup.py test --addopts "--cov=keycloak"

after_success:
- codecov

0 comments on commit 7a2c80a

Please sign in to comment.