Skip to content

Commit 0c551d7

Browse files
committed
Limit parity dep install to parity env
1 parent 2dfebb0 commit 0c551d7

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
@@ -64,7 +64,7 @@ before_install:
6464
install:
6565
- travis_retry pip install pip setuptools --upgrade
6666
- travis_retry pip install tox
67-
- travis_retry pip install eth_utils tqdm requests
67+
- [ -n "$PARITY_VERSION" ]; travis_retry pip install eth_utils tqdm requests
6868
before_script:
6969
- python --version
7070
- pip --version

0 commit comments

Comments
 (0)