Skip to content

Commit 29be2d7

Browse files
Reinstall package
1 parent a530175 commit 29be2d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,5 +26,5 @@ before_install:
2626
install:
2727
- skip || conda install --yes numpy
2828
script:
29-
- skip || pip install . # Tests setup.py
29+
- skip || pip install --upgrade --force-reinstall -v . # Tests setup.py
3030
- skip || python -c "import kaldi_io"

0 commit comments

Comments
 (0)