summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulian Berman <Julian@GrayVines.com>2019-01-29 07:50:02 -0500
committerJulian Berman <Julian@GrayVines.com>2019-01-29 07:50:02 -0500
commit8a8daa8f64de27e1157851d11932d7329db1c140 (patch)
tree12f8632bd3ca1ab88195a01a40ff7d4876864a4f
parent2387d08e05bdd9d3a65a01eb9d0c97be8c43a6bd (diff)
downloadjsonschema-8a8daa8f64de27e1157851d11932d7329db1c140.tar.gz
No need for a matrix build anymore.
-rw-r--r--.travis.yml33
1 files changed, 19 insertions, 14 deletions
diff --git a/.travis.yml b/.travis.yml
index 6276043..b0ecbec 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,25 +1,30 @@
+sudo: false
+
language: python
-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
+
+dist: xenial
+
+python:
+ - 2.7
+ - 3.5
+ - 3.6
+ - 3.7
+ - pypy2.7-6.0
+ - pypy3.5-6.0
+
install:
- pip install tox-travis
+
script:
- tox
-sudo: false
+
+after_success:
+ - tox -e codecov
+
addons:
apt:
packages:
- libenchant-dev
+
git:
depth: false
-after_success:
- - tox -e codecov