Skip to content

Commit 7ba08f7

Browse files
committed
Removes redundant "-general" suffix in testenv names
1 parent 5d977f3 commit 7ba08f7

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

tox.ini

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[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}
44
py36-macOS
55
py36-macOS-{oldest,cryptography14,requests26,protobuf30}
66
skip_missing_interpreters = True
@@ -16,20 +16,20 @@ deps = future011,oldest: future==0.11.0
1616
future013: future>=0.13,<0.14
1717
requests26: requests>=2.6,<2.7
1818

19-
[testenv:py36-general]
19+
[testenv:py36]
2020
platform = win32|linux2|linux|cygwin
2121

22-
[testenv:py36-general-oldest]
23-
platform = {[testenv:py36-general]platform}
22+
[testenv:py36-oldest]
23+
platform = {[testenv:py36]platform}
2424

25-
[testenv:py36-general-requests26]
26-
platform = {[testenv:py36-general]platform}
25+
[testenv:py36-requests26]
26+
platform = {[testenv:py36]platform}
2727

28-
[testenv:py36-general-cryptography14]
29-
platform = {[testenv:py36-general]platform}
28+
[testenv:py36-cryptography14]
29+
platform = {[testenv:py36]platform}
3030

31-
[testenv:py36-general-protobuf30]
32-
platform = {[testenv:py36-general]platform}
31+
[testenv:py36-protobuf30]
32+
platform = {[testenv:py36]platform}
3333

3434
[testenv:macOS]
3535
; On macOS and Python versions where there aren't any binary wheels for `cryptography` yet

0 commit comments

Comments
 (0)