Skip to content
This repository was archived by the owner on May 23, 2023. It is now read-only.

Commit e2d5afe

Browse files
committed
Use upstream develop tarball of ethereum-serpent
Until a new release of `ethereum-serpent`, we can build it from the develop branch.
1 parent 9854476 commit e2d5afe

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

dev_requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ coveralls
33
pytest>=2.9.0
44
pytest-catchlog==1.2.2
55
pytest-timeout==1.0.0
6-
https://github.com/pipermerriam/serpent/tarball/piper/add-travis-ci-testing
6+
https://github.com/ethereum/serpent/tarball/develop

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
tests_require = set(x.strip() for x in open('dev_requirements.txt'))
1616
tests_require_replacements = dict()
1717
tests_require_replacements = {
18-
'https://github.com/pipermerriam/serpent/tarball/piper/add-travis-ci-testing': 'ethereum-serpent>=1.8.1'
18+
'https://github.com/ethereum/serpent/tarball/develop': 'ethereum-serpent>=2.0.2'
1919
}
2020
tests_require = [tests_require_replacements.get(r, r) for r in tests_require]
2121

0 commit comments

Comments
 (0)