diff options
author | Sviatoslav Sydorenko <wk@sydorenko.org.ua> | 2018-08-14 22:41:16 +0200 |
---|---|---|
committer | Sviatoslav Sydorenko <wk@sydorenko.org.ua> | 2018-08-14 22:41:16 +0200 |
commit | c3cb84d50697c9f5ee3c82cb98a78af8ac9e5b6f (patch) | |
tree | e05c439f6c617742c2aa575c9a77b4db099439b0 | |
parent | d58809a2be46ddf6fef8b5ac648c1b3956c31025 (diff) | |
download | cherrypy-git-c3cb84d50697c9f5ee3c82cb98a78af8ac9e5b6f.tar.gz |
Fix py3.7 env
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index eae7cf06..b4fca22e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -70,7 +70,7 @@ _base_envs: <<: *stage_test_priority - &lint_python_base <<: *stage_lint - python: *mainstream_python + <<: *python_3_7_mixture after_failure: skip python: - 3.4 |