We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 88225cc commit 5c09ce6Copy full SHA for 5c09ce6
1 file changed
.travis.yml
@@ -2,13 +2,11 @@ language: python
2
python:
3
- '3.5'
4
before_install:
5
- - wget 'https://s3.amazonaws.com/deepcompute-public-data/wordvecspace/test_data-0_5_4.tgz'
6
- && tar xvzf test_data-0_5_4.tgz
+- wget 'https://s3.amazonaws.com/deepcompute-public-data/wordvecspace/test_data-0_5_4.tgz' && tar xvzf test_data-0_5_4.tgz
7
- export WORDVECSPACE_DATADIR='test_data-0_5_4.tgz'
8
install:
9
- sudo apt update
10
- pip install .[service]
11
-- sudo apt install libopenblas-base
12
script:
13
- echo "No tests for this release"
14
deploy:
0 commit comments