Skip to content

Commit

Permalink
Skip gevent tests on py33
Browse files Browse the repository at this point in the history
Seems to be unsupported on recent versions.
  • Loading branch information
coldfix committed May 20, 2018
1 parent bdabd17 commit a57a709
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -8,7 +8,7 @@ matrix:
include:
- {python: "2.6", env: SKIP_GEVENT=true SKIP_DEPLOY=true}
- {python: "2.7", env: SKIP_GEVENT=true }
- {python: "3.3", env: SKIP_DEPLOY=true}
- {python: "3.3", env: SKIP_GEVENT=true SKIP_DEPLOY=true}
- {python: "3.4", env: }
- {python: "3.5", env: SKIP_DEPLOY=true}
- {python: "3.6", env: SKIP_DEPLOY=true}
Expand Down

0 comments on commit a57a709

Please sign in to comment.