Skip to content

Commit ffd8ec5

Browse files
babbushdamiansteiger
authored andcommitted
Fixed travis file. (#5)
1 parent bfedfb4 commit ffd8ec5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ install:
4343
- pip$PY install coveralls
4444

4545
# command to run tests
46-
script: cd src && pytest fermilib --cov fermilib
46+
script: pytest src/fermilib --cov src/fermilib
4747

4848
after_success:
4949
- coveralls

0 commit comments

Comments
 (0)