Skip to content

Commit 1e61635

Browse files
committed
[.travis.yml] fix coverage testing install
1 parent 9a1738a commit 1e61635

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
@@ -34,7 +34,7 @@ matrix:
3434
env: TOX_ENV=coverage
3535
install:
3636
- pip install --upgrade coverage
37-
- pip install -r requirements.txt
37+
- pip install -r requirements.txt .
3838
script:
3939
- coverage run --source fontline -m py.test
4040
- coverage report -m

0 commit comments

Comments
 (0)