Skip to content

Commit 88bdd04

Browse files
committed
Switch to pytest and coveralls
Fixes coveralls.io coverage report submission
1 parent e3199e5 commit 88bdd04

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@ python:
44
- '3.6'
55

66
install:
7-
- pip install python-coveralls nose coverage
7+
- pip install pytest pytest-cov coveralls
88

99
script:
10-
- nosetests --with-coverage
10+
- pytest --cov-config .coveragerc --cov=emoji_data_python tests/
1111

1212
after_success:
1313
- coveralls

0 commit comments

Comments
 (0)