Skip to content

Commit 4325745

Browse files
author
nxexox
committed
fix travis config
1 parent 339ae56 commit 4325745

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ python:
99

1010
script:
1111
- python setup.py test # run tests
12-
- coverage run setup.py test # run coverage tests
12+
- coverage run python tests/__ini__.py # run coverage tests
1313

1414
after_success:
1515
- codecov # report to coverage.

0 commit comments

Comments
 (0)