Skip to content

Commit

Permalink
Don't run coverage on jenkins
Browse files Browse the repository at this point in the history
  • Loading branch information
ercpe committed Jun 30, 2018
1 parent 7d190d0 commit 00f3d59
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions Makefile
Expand Up @@ -41,11 +41,7 @@ deb:
travis: compile compile_optimized test_default_python coverage

install_deps:
pip install -r requirements.txt
pip install -r requirements_dev.txt

install_deps_local:
pip install --user -r requirements.txt
pip install --user -r requirements_dev.txt

jenkins: install_deps_local travis
jenkins: install_deps compile compile_optimized test_default_python

0 comments on commit 00f3d59

Please sign in to comment.