Skip to content

Commit e087d1d

Browse files
committed
hack to set rlp==1.0.1
1 parent 6c7cf77 commit e087d1d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.travis.yml

+3
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,10 @@ install:
2929
- travis_retry pip install flake8
3030
- travis_retry python setup.py install
3131
- travis_retry pip install -r dev_requirements.txt
32+
# hack to override rlp=0.6.0 pulled in from vyper and eth-tester
33+
- pip install rlp==1.0.1
3234
script:
35+
- pip freeze
3336
# XXX: For now we're only performing minimal CI checks as most tests are
3437
# broken. Tests will be individually added here as they're fixed.
3538
- make lint-minimal

0 commit comments

Comments
 (0)