Skip to content

Commit f267ad3

Browse files
authored
Update .travis.yml
1 parent 27aa353 commit f267ad3

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
@@ -8,6 +8,6 @@ install:
88
- pip install coveralls # only required to get a coverage report on coveralls.io
99
# command to run tests
1010
script:
11-
- python -m pytest --cov=src tests
11+
- python -m pytest --cov=src
1212
after_success:
1313
- coveralls

0 commit comments

Comments
 (0)