diff options
author | Jason R. Coombs <jaraco@jaraco.com> | 2017-01-16 13:57:02 -0500 |
---|---|---|
committer | Jason R. Coombs <jaraco@jaraco.com> | 2017-01-16 13:57:02 -0500 |
commit | 0084a32c3c16323e159c3f8929de43ab1942203b (patch) | |
tree | 158a4afd05b25d08a1c4464ecf5a11c29464ab56 | |
parent | 920437306770556f26a3f0d04f29cc26f0ef9d0f (diff) | |
download | external_python_setuptools-0084a32c3c16323e159c3f8929de43ab1942203b.tar.gz external_python_setuptools-0084a32c3c16323e159c3f8929de43ab1942203b.tar.bz2 external_python_setuptools-0084a32c3c16323e159c3f8929de43ab1942203b.zip |
Use 3.7-dev as the future candidate.
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 047551b9..ea6c5016 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,7 +6,7 @@ python: - 3.4 - 3.5 - 3.6 - - "3.6-dev" + - "3.7-dev" - nightly - pypy env: |