diff options
author | Ronny Pfannschmidt <opensource@ronnypfannschmidt.de> | 2018-02-28 15:35:46 +0100 |
---|---|---|
committer | Ronny Pfannschmidt <opensource@ronnypfannschmidt.de> | 2018-02-28 15:35:46 +0100 |
commit | 796458cf20759b94e54ce62e3e9955bdbcb722eb (patch) | |
tree | c6013f04800ac621ccb41279e1a79f03c6835b25 /.travis.yml | |
parent | efc1f45de7959846cfa83b46ff0f43fcaf41ef32 (diff) | |
download | setuptools-scm-796458cf20759b94e54ce62e3e9955bdbcb722eb.tar.gz |
take python 3.7 out of travis config again
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 8ce2f54..bd28261 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,7 +5,7 @@ python: - '3.4' - '3.5' - '3.6' -- '3.7' +#- '3.7' env: - TOXENV=py-test |