We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 49d213e commit 54f6d84Copy full SHA for 54f6d84
.travis.yml
@@ -8,8 +8,8 @@ install:
8
- pip install pytest-cov codecov
9
- pip install .
10
11
- We need to cd into tests in order for coverage to work
12
- (it searches for .coverage in the cwd)
+# We need to cd into tests in order for coverage to work
+# (it searches for .coverage in the cwd)
13
script:
14
- cd tests
15
- py.test --cov=benten
0 commit comments