File tree 2 files changed +18
-0
lines changed
2 files changed +18
-0
lines changed Original file line number Diff line number Diff line change @@ -21,6 +21,10 @@ matrix:
21
21
env : TOX_ENV=py26
22
22
- python : 2.7
23
23
env : TOX_ENV=py27
24
+ - python : 2.7
25
+ env : TOX_ENV=py27_old_gmpy
26
+ - python : 2.7
27
+ env : TOX_ENV=py27_old_gmpy2
24
28
- python : 2.7
25
29
env : TOX_ENV=py27_old_six
26
30
- python : 2.7
Original file line number Diff line number Diff line change @@ -20,12 +20,26 @@ deps =
20
20
py27_old_six: six ==1.9.0
21
21
py27_old_six: pytest
22
22
py27_old_six: hypothesis
23
+ # those are the oldest versions of gmpy and gmpy2 on PyPI (i.e. oldest we can
24
+ # actually test), older versions may work, but are not easy to test
25
+ py27_old_gmpy: gmpy ==1.15
26
+ py27_old_gmpy: pytest
27
+ py27_old_gmpy: hypothesis
28
+ py27_old_gmpy2: gmpy2 ==2.0.1
29
+ py27_old_gmpy2: pytest
30
+ py27_old_gmpy2: hypothesis
23
31
py: pytest
24
32
py: hypothesis
25
33
py{33}: wheel<0.30
26
34
coverage
27
35
commands = coverage run --branch -m pytest {posargs:src/ecdsa}
28
36
37
+ [testenv:py27_old_gmpy]
38
+ basepython = python2.7
39
+
40
+ [testenv:py27_old_gmpy2]
41
+ basepython = python2.7
42
+
29
43
[testenv:py27_old_six]
30
44
basepython = python2.7
31
45
You can’t perform that action at this time.
0 commit comments