summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorEevee (Lexy Munroe) <eevee.git@veekun.com>2016-06-08 19:46:41 -0700
committerEevee (Lexy Munroe) <eevee.git@veekun.com>2016-06-08 19:46:41 -0700
commit48f7f843023b5e446884d35aa9ac02eec68e9b1b (patch)
tree89b15cfe3eae715b59d3736d7841b79444e7e651 /.travis.yml
parentaca3b96824474f22c2b4dfdce9f68234825af2d8 (diff)
downloadpyscss-48f7f843023b5e446884d35aa9ac02eec68e9b1b.tar.gz
Drop 3.2 from Travis, too
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index f7fca53..482e3bf 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -2,9 +2,9 @@ language: python
python:
- "2.6"
- "2.7"
- - "3.2"
- "3.3"
- "3.4"
+ - "3.5"
- pypy
- pypy3
install: