Skip to content

Commit dd618aa

Browse files
committed
enh(travis): coverage also from older pythons
1 parent a072129 commit dd618aa

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
@@ -31,7 +31,7 @@ script:
3131
else
3232
# Undo configs in setup.cfg
3333
echo -e '[pytest]\nmarkers: slow' > pytest.ini
34-
pytest
34+
pytest --cov=graphkit
3535
fi
3636
3737
deploy:

0 commit comments

Comments
 (0)