diff options
| author | Jason R. Coombs <jaraco@jaraco.com> | 2017-01-16 13:55:25 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-01-16 13:55:25 -0500 |
| commit | 920437306770556f26a3f0d04f29cc26f0ef9d0f (patch) | |
| tree | cb6821c989e04a2336b42b456af08f520f60e46b | |
| parent | 7aa463d16c2500652bce12f41cdcd7d1a87eb3a8 (diff) | |
| parent | 71327bd97840e1d1f6d30e6d926767f4a8b1e1ec (diff) | |
| download | external_python_setuptools-920437306770556f26a3f0d04f29cc26f0ef9d0f.tar.gz external_python_setuptools-920437306770556f26a3f0d04f29cc26f0ef9d0f.tar.bz2 external_python_setuptools-920437306770556f26a3f0d04f29cc26f0ef9d0f.zip | |
Merge pull request #925 from hugovk/patch-2
Python 3.6 is out
| -rw-r--r-- | .travis.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index b402cf6d..047551b9 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,6 +5,7 @@ python: - 3.3 - 3.4 - 3.5 + - 3.6 - "3.6-dev" - nightly - pypy |
