summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcin Juszkiewicz <marcin@juszkiewicz.com.pl>2020-03-18 12:24:59 +0100
committerIvan Kolodyazhny <e0ne@e0ne.info>2020-03-20 10:36:23 +0200
commit8d21af7273078a46493468b298d23e8d1a495189 (patch)
tree275a82ae9e2c006ef240cada05d9b33c80316519
parenta572d351cc8aa5a273568839fc19a492dd7017f4 (diff)
downloadpyscss-8d21af7273078a46493468b298d23e8d1a495189.tar.gz
Travis CI: update Python versions, drop Py2
-rw-r--r--.travis.yml9
1 files changed, 3 insertions, 6 deletions
diff --git a/.travis.yml b/.travis.yml
index 8139daa..eb46995 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -7,12 +7,9 @@ arch:
# - s390x
python:
- - "2.6"
- - "2.7"
- - "3.3"
- - "3.4"
- - "3.5"
- - pypy
+ - "3.6"
+ - "3.7"
+ - "3.8"
- pypy3
install:
- pip install .