1
1
[tox]
2
- envlist = { py26,py27,py33,py34,py35,py36}-general
3
- {py26,py27,py33,py34,py35,py36}-general- {oldest,cryptography14,requests26,protobuf30}
2
+ envlist = py26,py27,py33,py34,py35,py36
3
+ {py26,py27,py33,py34,py35,py36}-{oldest,cryptography14,requests26,protobuf30}
4
4
py36-macOS
5
5
py36-macOS-{oldest,cryptography14,requests26,protobuf30}
6
6
skip_missing_interpreters = True
@@ -16,20 +16,20 @@ deps = future011,oldest: future==0.11.0
16
16
future013: future>=0.13,<0.14
17
17
requests26: requests>=2.6,<2.7
18
18
19
- [testenv:py36-general ]
19
+ [testenv:py36]
20
20
platform = win32|linux2|linux|cygwin
21
21
22
- [testenv:py36-general- oldest]
23
- platform = {[testenv:py36-general ]platform}
22
+ [testenv:py36-oldest]
23
+ platform = {[testenv:py36]platform}
24
24
25
- [testenv:py36-general- requests26]
26
- platform = {[testenv:py36-general ]platform}
25
+ [testenv:py36-requests26]
26
+ platform = {[testenv:py36]platform}
27
27
28
- [testenv:py36-general- cryptography14]
29
- platform = {[testenv:py36-general ]platform}
28
+ [testenv:py36-cryptography14]
29
+ platform = {[testenv:py36]platform}
30
30
31
- [testenv:py36-general- protobuf30]
32
- platform = {[testenv:py36-general ]platform}
31
+ [testenv:py36-protobuf30]
32
+ platform = {[testenv:py36]platform}
33
33
34
34
[testenv:macOS]
35
35
; On macOS and Python versions where there aren't any binary wheels for `cryptography` yet
0 commit comments