We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 683ed02 commit 61757aeCopy full SHA for 61757ae
.travis.yml
@@ -3,7 +3,7 @@ notifications:
3
4
install:
5
- python setup.py build_ext --inplace
6
- - pip install .
+ - pip3 install .
7
script:
8
- pip3 install pytest pytest-cov
9
- pytest --cov=gdist
0 commit comments