summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulian Berman <Julian@GrayVines.com>2018-09-29 15:33:24 -0400
committerJulian Berman <Julian@GrayVines.com>2018-09-29 15:33:24 -0400
commitc13ba29bd4556c7df379e819ae6fbb19d0a312c4 (patch)
tree2b30350495b13a430593b983017782fbe01feb19
parente0db1bdbe3f8c788248094a7f381b72c7e5e138d (diff)
downloadjsonschema-c13ba29bd4556c7df379e819ae6fbb19d0a312c4.tar.gz
Yer a wizard Harry.
-rw-r--r--.travis.yml18
1 files changed, 11 insertions, 7 deletions
diff --git a/.travis.yml b/.travis.yml
index 808bf7a..0ca240e 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,11 +1,15 @@
language: python
-python:
- - "2.7"
- - "3.4"
- - "3.5"
- - "3.6"
- - "3.7"
- - "pypy"
+matrix:
+ include:
+ - python: 2.7
+ - python: 3.4
+ - python: 3.5
+ - python: 3.6
+ - python: 3.7
+ dist: xenial
+ sudo: true
+ - python: pypy
+ - python: pypy3
install:
- pip install tox-travis
script: