Skip to content

Commit f3f1f56

Browse files
author
nxexox
committed
fix travis config
1 parent fdc3685 commit f3f1f56

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,9 +8,9 @@ python:
88
- 3.7
99

1010
script:
11-
- pip install coverage
11+
- pip install coverage codecov
1212
- python setup.py test # run tests
13-
- coverage run python tests/__ini__.py # run coverage tests
13+
- coverage run setup.py test # run coverage tests
1414

1515
after_success:
1616
- codecov # report to coverage.

0 commit comments

Comments
 (0)