I give up.

This commit is contained in:
Julian Berman 2015-03-15 18:20:00 -04:00
parent b7aab95f43
commit 8ebd5bcb0a
No known key found for this signature in database
GPG Key ID: 3F8D9C8C011729F8
1 changed files with 1 additions and 9 deletions

View File

@ -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