Remove 3.3, use pip for installs, use green here too.

This commit is contained in:
Julian Berman 2015-03-15 11:52:33 -04:00
parent 2b7b85e206
commit 9b051e3124
No known key found for this signature in database
GPG Key ID: 3F8D9C8C011729F8
1 changed files with 2 additions and 3 deletions

View File

@ -4,11 +4,10 @@ python:
- "pypy3"
- "2.6"
- "2.7"
- "3.3"
- "3.4"
install:
- python setup.py -q install
- pip install --quiet . green
script:
- if [[ "$(python -c 'import sys; print(sys.version_info[:2])')" == "(2, 6)" ]]; then pip install unittest2; fi
- py.test --tb=native jsonschema
- green jsonschema
- python -m doctest README.rst