summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulian Berman <Julian@GrayVines.com>2015-03-15 18:20:00 -0400
committerJulian Berman <Julian@GrayVines.com>2015-03-15 18:20:00 -0400
commit8ebd5bcb0a6d7a7679b7d0e90d35e6fcc51ae2ff (patch)
treef0b33a1dcbcd5caeab1dd5ef07401808b3e980bf
parentb7aab95f434bf5b386af1929f5bf5dbd7dbb4159 (diff)
downloadjsonschema-8ebd5bcb0a6d7a7679b7d0e90d35e6fcc51ae2ff.tar.gz
I give up.
-rw-r--r--.travis.yml10
1 files changed, 1 insertions, 9 deletions
diff --git a/.travis.yml b/.travis.yml
index 21b6bc1..51e2255 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,13 +1,5 @@
language: python
python:
- - "pypy"
- - "pypy3"
- - "2.6"
- "2.7"
- - "3.4"
-install:
- - pip install --quiet . green
script:
- - if [[ "$(python -c 'import sys; print(sys.version_info[:2])')" == "(2, 6)" ]]; then pip install unittest2; fi
- - green jsonschema
- - python -m doctest README.rst
+ - tox