We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e3199e5 commit 88bdd04Copy full SHA for 88bdd04
1 file changed
.travis.yml
@@ -4,10 +4,10 @@ python:
4
- '3.6'
5
6
install:
7
- - pip install python-coveralls nose coverage
+ - pip install pytest pytest-cov coveralls
8
9
script:
10
- - nosetests --with-coverage
+ - pytest --cov-config .coveragerc --cov=emoji_data_python tests/
11
12
after_success:
13
- coveralls
0 commit comments