Skip to content

Commit 54f6d84

Browse files
author
Kaushik Ghose
committed
Fix Travis CI file
1 parent 49d213e commit 54f6d84

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ install:
88
- pip install pytest-cov codecov
99
- pip install .
1010

11-
We need to cd into tests in order for coverage to work
12-
(it searches for .coverage in the cwd)
11+
# We need to cd into tests in order for coverage to work
12+
# (it searches for .coverage in the cwd)
1313
script:
1414
- cd tests
1515
- py.test --cov=benten

0 commit comments

Comments
 (0)