diff options
author | Tomaz Solc <tomaz.solc@tablix.org> | 2021-02-05 13:28:35 +0100 |
---|---|---|
committer | Tomaz Solc <tomaz.solc@tablix.org> | 2021-02-05 13:28:35 +0100 |
commit | a5685033da46d31910fe8f65a8c6c43e75ff356a (patch) | |
tree | 11b16f9e62ffdc9a0641de997ddb83113e00ee58 | |
parent | 917aa99ba5e37a175f3453a545d12f9b37ef7bdd (diff) | |
download | unidecode-a5685033da46d31910fe8f65a8c6c43e75ff356a.tar.gz |
Drop old Python versions from Travis.
-rw-r--r-- | .travis.yml | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/.travis.yml b/.travis.yml index 03f8250..9901173 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,12 +1,9 @@ dist: xenial language: python python: - - 2.7 - - 3.4 - 3.5 - 3.6 - 3.7 - - pypy2.7-6.0 - pypy3.5-6.0 script: - python setup.py test |