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

Commit 8bce715

Browse files
committed
Revert to using official serpent library.
1 parent d3e61e1 commit 8bce715

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
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 & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,7 @@
1515
# dev requirements
1616
tests_require = set(x.strip() for x in open('dev_requirements.txt'))
1717
tests_require_replacements = {
18-
# 'https://github.com/ethereum/serpent/tarball/develop': 'ethereum-serpent>=1.8.1',
19-
# THIS SHOULD NOT BE MERGED
20-
'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>=1.8.1',
2119
}
2220
tests_require = [tests_require_replacements.get(r, r) for r in tests_require]
2321

0 commit comments

Comments
 (0)