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

Commit 66410e0

Browse files
committed
point at serpent with python3 for tests
1 parent 49e570f commit 66410e0

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/pipermerriam/serpent/tarball/piper/python3-support-with-pyethereum3

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
tests_require_replacements = {
1818
# 'https://github.com/ethereum/serpent/tarball/develop': 'ethereum-serpent>=1.8.1',
1919
# THIS SHOULD NOT BE MERGED
20-
'https://github.com/pipermerriam/serpent/tarball/piper/add-travis-ci-testing': 'ethereum-serpent>=1.8.1',
20+
'https://github.com/pipermerriam/serpent/tarball/piper/python3-support-with-pyethereum3': 'ethereum-serpent>=1.8.1',
2121
}
2222
tests_require = [tests_require_replacements.get(r, r) for r in tests_require]
2323

0 commit comments

Comments
 (0)