Skip to content

Commit 62b66c9

Browse files
committed
Update travis.yml
1 parent f677c32 commit 62b66c9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ install:
1818
- pip install -r requirements.txt
1919
- pip install wheel
2020
- python setup.py build_ext --inplace
21-
- python setup.py sdist && pip install -e .
21+
- python setup.py sdist && pip install dist/*.tar.gz
2222
- python setup.py bdist_wheel
2323
- pip install pytest-cov
2424
- pip install coveralls

0 commit comments

Comments
 (0)