diff options
author | Todd Leonhardt <todd.leonhardt@gmail.com> | 2018-01-04 14:09:32 -0500 |
---|---|---|
committer | Todd Leonhardt <todd.leonhardt@gmail.com> | 2018-01-04 14:09:32 -0500 |
commit | c447ee4b1bff681396a4c6bff54decd6ce852e55 (patch) | |
tree | d54727ea2ee18d256f5559cfaa991abb8158a243 /.travis.yml | |
parent | 202eb16bb2d14f986dd8cbc5a2df540df50a0789 (diff) | |
download | cmd2-git-c447ee4b1bff681396a4c6bff54decd6ce852e55.tar.gz |
Disabled Python 3.7-dev build in Travis CI
There are a couple unit test failures with Python 3.7-dev that we will need to look into at some point, so I disabled that build for now.
Updated all documentation to reflect that cmd2 is support on Python 2.7 and 3.4+.
Official support for Python 3.3 has been abandoned due to no longer having support to test on that platform on Travis CI.
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.travis.yml b/.travis.yml index 2c5b5124..97e1077a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -16,9 +16,9 @@ matrix: - os: linux python: 3.6 env: TOXENV=py36 - - os: linux - python: 3.7-dev - env: TOXENV=py37 +# - os: linux +# python: 3.7-dev +# env: TOXENV=py37 # # Warning: Don't try to use code coverage analysis with pypy as it is insanely slow # - os: linux # python: pypy |