33 - " 3.5"
44os :
55 - linux
6- # - osx
76dist : trusty
87sudo : required
98env :
@@ -23,95 +22,95 @@ matrix:
2322 env : TOX_POSARGS="-e py35-installation"
2423 # solc 0.4.1
2524 - python : " 2.7"
26- env : TOX_POSARGS="-e py27-stdlib -e py27-gevent " SOLC_VERSION=v0.4.1
25+ env : TOX_POSARGS="-e py27" SOLC_VERSION=v0.4.1
2726 - python : " 3.4"
28- env : TOX_POSARGS="-e py34-stdlib -e py34-gevent " SOLC_VERSION=v0.4.1
27+ env : TOX_POSARGS="-e py34" SOLC_VERSION=v0.4.1
2928 - python : " 3.5"
30- env : TOX_POSARGS="-e py35-stdlib -e py35-gevent " SOLC_VERSION=v0.4.1
29+ env : TOX_POSARGS="-e py35" SOLC_VERSION=v0.4.1
3130 # solc 0.4.2
3231 - python : " 2.7"
33- env : TOX_POSARGS="-e py27-stdlib -e py27-gevent " SOLC_VERSION=v0.4.2
32+ env : TOX_POSARGS="-e py27" SOLC_VERSION=v0.4.2
3433 - python : " 3.4"
35- env : TOX_POSARGS="-e py34-stdlib -e py34-gevent " SOLC_VERSION=v0.4.2
34+ env : TOX_POSARGS="-e py34" SOLC_VERSION=v0.4.2
3635 - python : " 3.5"
37- env : TOX_POSARGS="-e py35-stdlib -e py35-gevent " SOLC_VERSION=v0.4.2
36+ env : TOX_POSARGS="-e py35" SOLC_VERSION=v0.4.2
3837 # solc 0.4.6
3938 - python : " 2.7"
40- env : TOX_POSARGS="-e py27-stdlib -e py27-gevent " SOLC_VERSION=v0.4.6
39+ env : TOX_POSARGS="-e py27" SOLC_VERSION=v0.4.6
4140 - python : " 3.4"
42- env : TOX_POSARGS="-e py34-stdlib -e py34-gevent " SOLC_VERSION=v0.4.6
41+ env : TOX_POSARGS="-e py34" SOLC_VERSION=v0.4.6
4342 - python : " 3.5"
44- env : TOX_POSARGS="-e py35-stdlib -e py35-gevent " SOLC_VERSION=v0.4.6
43+ env : TOX_POSARGS="-e py35" SOLC_VERSION=v0.4.6
4544 # solc 0.4.7
4645 - python : " 2.7"
47- env : TOX_POSARGS="-e py27-stdlib -e py27-gevent " SOLC_VERSION=v0.4.7
46+ env : TOX_POSARGS="-e py27" SOLC_VERSION=v0.4.7
4847 - python : " 3.4"
49- env : TOX_POSARGS="-e py34-stdlib -e py34-gevent " SOLC_VERSION=v0.4.7
48+ env : TOX_POSARGS="-e py34" SOLC_VERSION=v0.4.7
5049 - python : " 3.5"
51- env : TOX_POSARGS="-e py35-stdlib -e py35-gevent " SOLC_VERSION=v0.4.7
50+ env : TOX_POSARGS="-e py35" SOLC_VERSION=v0.4.7
5251 # solc 0.4.8
5352 - python : " 2.7"
54- env : TOX_POSARGS="-e py27-stdlib -e py27-gevent " SOLC_VERSION=v0.4.8
53+ env : TOX_POSARGS="-e py27" SOLC_VERSION=v0.4.8
5554 - python : " 3.4"
56- env : TOX_POSARGS="-e py34-stdlib -e py34-gevent " SOLC_VERSION=v0.4.8
55+ env : TOX_POSARGS="-e py34" SOLC_VERSION=v0.4.8
5756 - python : " 3.5"
58- env : TOX_POSARGS="-e py35-stdlib -e py35-gevent " SOLC_VERSION=v0.4.8
57+ env : TOX_POSARGS="-e py35" SOLC_VERSION=v0.4.8
5958 # solc 0.4.9
6059 - python : " 2.7"
61- env : TOX_POSARGS="-e py27-stdlib -e py27-gevent " SOLC_VERSION=v0.4.9
60+ env : TOX_POSARGS="-e py27" SOLC_VERSION=v0.4.9
6261 - python : " 3.4"
63- env : TOX_POSARGS="-e py34-stdlib -e py34-gevent " SOLC_VERSION=v0.4.9
62+ env : TOX_POSARGS="-e py34" SOLC_VERSION=v0.4.9
6463 - python : " 3.5"
65- env : TOX_POSARGS="-e py35-stdlib -e py35-gevent " SOLC_VERSION=v0.4.9
64+ env : TOX_POSARGS="-e py35" SOLC_VERSION=v0.4.9
6665 # solc 0.4.11
6766 - python : " 2.7"
68- env : TOX_POSARGS="-e py27-stdlib -e py27-gevent " SOLC_VERSION=v0.4.11
67+ env : TOX_POSARGS="-e py27" SOLC_VERSION=v0.4.11
6968 - python : " 3.4"
70- env : TOX_POSARGS="-e py34-stdlib -e py34-gevent " SOLC_VERSION=v0.4.11
69+ env : TOX_POSARGS="-e py34" SOLC_VERSION=v0.4.11
7170 - python : " 3.5"
72- env : TOX_POSARGS="-e py35-stdlib -e py35-gevent " SOLC_VERSION=v0.4.11
71+ env : TOX_POSARGS="-e py35" SOLC_VERSION=v0.4.11
7372 # solc 0.4.12
7473 - python : " 2.7"
75- env : TOX_POSARGS="-e py27-stdlib -e py27-gevent " SOLC_VERSION=v0.4.12
74+ env : TOX_POSARGS="-e py27" SOLC_VERSION=v0.4.12
7675 - python : " 3.4"
77- env : TOX_POSARGS="-e py34-stdlib -e py34-gevent " SOLC_VERSION=v0.4.12
76+ env : TOX_POSARGS="-e py34" SOLC_VERSION=v0.4.12
7877 - python : " 3.5"
79- env : TOX_POSARGS="-e py35-stdlib -e py35-gevent " SOLC_VERSION=v0.4.12
78+ env : TOX_POSARGS="-e py35" SOLC_VERSION=v0.4.12
8079 # solc 0.4.13
8180 - python : " 2.7"
82- env : TOX_POSARGS="-e py27-stdlib -e py27-gevent " SOLC_VERSION=v0.4.13
81+ env : TOX_POSARGS="-e py27" SOLC_VERSION=v0.4.13
8382 - python : " 3.4"
84- env : TOX_POSARGS="-e py34-stdlib -e py34-gevent " SOLC_VERSION=v0.4.13
83+ env : TOX_POSARGS="-e py34" SOLC_VERSION=v0.4.13
8584 - python : " 3.5"
86- env : TOX_POSARGS="-e py35-stdlib -e py35-gevent " SOLC_VERSION=v0.4.13
85+ env : TOX_POSARGS="-e py35" SOLC_VERSION=v0.4.13
8786 # solc 0.4.14
8887 - python : " 2.7"
89- env : TOX_POSARGS="-e py27-stdlib -e py27-gevent " SOLC_VERSION=v0.4.14
88+ env : TOX_POSARGS="-e py27" SOLC_VERSION=v0.4.14
9089 - python : " 3.4"
91- env : TOX_POSARGS="-e py34-stdlib -e py34-gevent " SOLC_VERSION=v0.4.14
90+ env : TOX_POSARGS="-e py34" SOLC_VERSION=v0.4.14
9291 - python : " 3.5"
93- env : TOX_POSARGS="-e py35-stdlib -e py35-gevent " SOLC_VERSION=v0.4.14
92+ env : TOX_POSARGS="-e py35" SOLC_VERSION=v0.4.14
9493 # solc 0.4.15
9594 - python : " 2.7"
96- env : TOX_POSARGS="-e py27-stdlib -e py27-gevent " SOLC_VERSION=v0.4.15
95+ env : TOX_POSARGS="-e py27" SOLC_VERSION=v0.4.15
9796 - python : " 3.4"
98- env : TOX_POSARGS="-e py34-stdlib -e py34-gevent " SOLC_VERSION=v0.4.15
97+ env : TOX_POSARGS="-e py34" SOLC_VERSION=v0.4.15
9998 - python : " 3.5"
100- env : TOX_POSARGS="-e py35-stdlib -e py35-gevent " SOLC_VERSION=v0.4.15
99+ env : TOX_POSARGS="-e py35" SOLC_VERSION=v0.4.15
101100 # solc 0.4.16
102101 - python : " 2.7"
103- env : TOX_POSARGS="-e py27-stdlib -e py27-gevent " SOLC_VERSION=v0.4.16
102+ env : TOX_POSARGS="-e py27" SOLC_VERSION=v0.4.16
104103 - python : " 3.4"
105- env : TOX_POSARGS="-e py34-stdlib -e py34-gevent " SOLC_VERSION=v0.4.16
104+ env : TOX_POSARGS="-e py34" SOLC_VERSION=v0.4.16
106105 - python : " 3.5"
107- env : TOX_POSARGS="-e py35-stdlib -e py35-gevent " SOLC_VERSION=v0.4.16
106+ env : TOX_POSARGS="-e py35" SOLC_VERSION=v0.4.16
108107 # solc 0.4.17
109108 - python : " 2.7"
110- env : TOX_POSARGS="-e py27-stdlib -e py27-gevent " SOLC_VERSION=v0.4.17
109+ env : TOX_POSARGS="-e py27" SOLC_VERSION=v0.4.17
111110 - python : " 3.4"
112- env : TOX_POSARGS="-e py34-stdlib -e py34-gevent " SOLC_VERSION=v0.4.17
111+ env : TOX_POSARGS="-e py34" SOLC_VERSION=v0.4.17
113112 - python : " 3.5"
114- env : TOX_POSARGS="-e py35-stdlib -e py35-gevent " SOLC_VERSION=v0.4.17
113+ env : TOX_POSARGS="-e py35" SOLC_VERSION=v0.4.17
115114cache :
116115 - pip : true
117116before_install :
0 commit comments