Skip to content

Commit 0e7cdd9

Browse files
Reinstall package
1 parent 5e30d54 commit 0e7cdd9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
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
30-
- skip || python -c "import kaldi_io"
29+
- skip || pip install --upgrade --force-reinstall -v . # Tests setup.py
30+
- skip || python -c "import kaldi_io"

0 commit comments

Comments
 (0)