We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6c7cf77 + e087d1d commit 7970f94Copy full SHA for 7970f94
.travis.yml
@@ -29,7 +29,10 @@ install:
29
- travis_retry pip install flake8
30
- travis_retry python setup.py install
31
- 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
34
script:
35
+ - pip freeze
36
# XXX: For now we're only performing minimal CI checks as most tests are
37
# broken. Tests will be individually added here as they're fixed.
38
- make lint-minimal
0 commit comments