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 87f3866 commit e41bd43Copy full SHA for e41bd43
.travis.yml
@@ -33,7 +33,7 @@ before_install:
33
- source ./ci/travis/setup.sh
34
35
install:
36
- - pip install setuptools-rust
+ - pip install -r ./example/requirements.txt
37
38
script:
39
- ./ci/travis/test.sh
ci/travis/test.sh
@@ -6,6 +6,5 @@ cargo build --verbose --all
6
cargo test --verbose --all
7
8
cd example
9
-pip install -r requirements.txt
10
python setup.py develop
11
./test.py
0 commit comments