We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e4176a2 commit 06c55deCopy full SHA for 06c55de
.travis.yml
@@ -160,6 +160,14 @@ matrix:
160
env: TOX_POSARGS="-e py35" SOLC_VERSION=v0.4.24
161
- python: "3.6"
162
env: TOX_POSARGS="-e py36" SOLC_VERSION=v0.4.24
163
+ # solc 0.4.25
164
+ - python: "3.4"
165
+ env: TOX_POSARGS="-e py34" SOLC_VERSION=v0.4.25
166
+ - python: "3.5"
167
+ env: TOX_POSARGS="-e py35" SOLC_VERSION=v0.4.25
168
+ - python: "3.6"
169
+ env: TOX_POSARGS="-e py36" SOLC_VERSION=v0.4.25
170
+
171
cache:
172
- pip: true
173
before_install:
0 commit comments