summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorHugo <hugovk@users.noreply.github.com>2018-01-15 18:02:26 +0200
committerhugovk <hugovk@users.noreply.github.com>2018-01-18 08:57:23 +0200
commitd77de4d5fd2f10c3f6802979711198285ff9dc2a (patch)
tree0766003e2d78a50ba4ca49fccc4e87feade10d16 /.travis.yml
parentdd9dfd21a2d50dd435da0e353025de9d37129da0 (diff)
downloadblessings-d77de4d5fd2f10c3f6802979711198285ff9dc2a.tar.gz
Drop support for EOL Python 2.6 and 3.3
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml3
1 files changed, 1 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index 9ae62dd..d6fa6a5 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,9 +1,8 @@
language: python
python:
- - 2.6
- 2.7
- - 3.3
+ - 3.4
- 3.6
- pypy