Skip to content

Commit

Permalink
remove bogus coverage option
Browse files Browse the repository at this point in the history
  • Loading branch information
glyg committed Feb 13, 2017
1 parent 0196460 commit aad232b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ test:
cd tyssue/ && py.test && cd ..

coverage:
cd tyssue/ && py.test --cov=tyssue --cov-config ../.coveragerc --cov-report=../.coverage && cd ..
cd tyssue/ && py.test --cov=tyssue --cov-config ../.coveragerc && cd ..

0 comments on commit aad232b

Please sign in to comment.