Skip to content

Commit e41bd43

Browse files
committed
Modify travis not to use pip in test.sh
1 parent 87f3866 commit e41bd43

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ before_install:
3333
- source ./ci/travis/setup.sh
3434

3535
install:
36-
- pip install setuptools-rust
36+
- pip install -r ./example/requirements.txt
3737

3838
script:
3939
- ./ci/travis/test.sh

ci/travis/test.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,5 @@ cargo build --verbose --all
66
cargo test --verbose --all
77

88
cd example
9-
pip install -r requirements.txt
109
python setup.py develop
1110
./test.py

0 commit comments

Comments
 (0)