summaryrefslogtreecommitdiffstats
path: root/third_party/python/jsonschema/.travis.yml
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/python/jsonschema/.travis.yml')
-rw-r--r--third_party/python/jsonschema/.travis.yml30
1 files changed, 30 insertions, 0 deletions
diff --git a/third_party/python/jsonschema/.travis.yml b/third_party/python/jsonschema/.travis.yml
new file mode 100644
index 0000000000..d31d77e842
--- /dev/null
+++ b/third_party/python/jsonschema/.travis.yml
@@ -0,0 +1,30 @@
+sudo: false
+
+language: python
+
+dist: xenial
+
+python:
+ - 3.5
+ - 3.6
+ - 3.7
+ - 3.8
+ - pypy
+ - pypy3
+
+install:
+ - pip install tox-travis
+
+script:
+ - tox
+
+after_success:
+ - tox -e codecov
+
+addons:
+ apt:
+ packages:
+ - libenchant-dev
+
+git:
+ depth: false