Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions build-requirements-2.6.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@ coveralls<1.3.0
idna<2.8
unittest2
hypothesis<3
coverage==4.5.4
1 change: 1 addition & 0 deletions build-requirements-3.3.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@ wheel<0.30
virtualenv==15.2.0
enum34
hypothesis<3.44
coverage==4.5.4
6 changes: 6 additions & 0 deletions build-requirements-3.4.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
tox
python-coveralls
hypothesis
pytest>=4.6.0
PyYAML<5.3
coverage==4.5.4
1 change: 1 addition & 0 deletions build-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@ tox
python-coveralls
hypothesis
pytest>=4.6.0
coverage==4.5.4
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ deps =
py: pytest
py: hypothesis
py{33}: wheel<0.30
coverage
coverage==4.5.4
commands = coverage run --branch -m pytest {posargs:src/ecdsa}

[testenv:py27_old_gmpy]
Expand Down