diff options
| author | Michele Simionato <michele.simionato@gmail.com> | 2019-07-15 17:56:55 +0200 |
|---|---|---|
| committer | Michele Simionato <michele.simionato@gmail.com> | 2019-07-15 17:56:55 +0200 |
| commit | 528669820f8285072f16323fa23678d61ec0ed4e (patch) | |
| tree | 6224db74f2beb6f084c538b447bf561b591162ba | |
| parent | b40e0d8be1aed6b435623a2f2da2a383776616e3 (diff) | |
| download | python-decorator-git-528669820f8285072f16323fa23678d61ec0ed4e.tar.gz | |
Travis removed support for Python 2.6, 3.2 and 3.34.4.1
| -rw-r--r-- | .travis.yml | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/.travis.yml b/.travis.yml index ee9d557..ee594f0 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,10 +2,7 @@ language: python matrix: include: - - python: 2.6 - python: 2.7 - - python: 3.2 - - python: 3.3 - python: 3.4 - python: 3.5 - python: 3.6 |
