aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml6
1 files changed, 0 insertions, 6 deletions
diff --git a/.travis.yml b/.travis.yml
index 09c615e..d2f5ef0 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,9 +1,7 @@
language: python
dist: xenial
python:
-- '2.6'
- '2.7'
-- '3.3'
- '3.4'
- '3.5'
- '3.6'
@@ -22,7 +20,3 @@ deploy:
tags: true
distributions: sdist bdist_wheel --universal
skip_existing: true
-matrix:
- allow_failures:
- - python: '2.6'
- - python: '3.3'