We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f677c32 commit 62b66c9Copy full SHA for 62b66c9
1 file changed
.travis.yml
@@ -18,7 +18,7 @@ install:
18
- pip install -r requirements.txt
19
- pip install wheel
20
- python setup.py build_ext --inplace
21
-- python setup.py sdist && pip install -e .
+- python setup.py sdist && pip install dist/*.tar.gz
22
- python setup.py bdist_wheel
23
- pip install pytest-cov
24
- pip install coveralls
0 commit comments