summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcclauss <cclauss@me.com>2019-04-17 19:09:24 +0200
committerGitHub <noreply@github.com>2019-04-17 19:09:24 +0200
commit0869ac012909e93add21a4a4e21d9bb63ceb058a (patch)
treeaf6f129b088b44481b03cf33a0e8ac78b6566532
parent242a36be4a1ca114c5b14bd18b2ae6ceb4288e0a (diff)
downloadsimplejson-0869ac012909e93add21a4a4e21d9bb63ceb058a.tar.gz
Python 2.6 and 3.3 NEED Trusty
-rw-r--r--.travis.yml6
1 files changed, 4 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index 2bef902..0667f0a 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -5,9 +5,7 @@ cache:
- "$HOME/.cache/pip"
- "$HOME/.pyenv"
python:
- - 2.6
- 2.7
- - 3.3
- 3.4
- 3.5
- 3.6
@@ -16,6 +14,10 @@ python:
- pypy3
matrix:
include:
+ - python: '2.6'
+ dist: trusty
+ - python: '3.3'
+ dist: trusty
- python: '3.7'
services:
- docker