diff options
author | Julian Berman <Julian+git@GrayVines.com> | 2012-09-23 15:24:21 -0400 |
---|---|---|
committer | Julian Berman <Julian+git@GrayVines.com> | 2012-09-23 15:24:21 -0400 |
commit | 01de645e86e725c420e1b05b32fa38597cd7abab (patch) | |
tree | 8a44c6a76a6475c6e7701d0484620adb7010088a /.travis.yml | |
parent | 885db7a26bebed11a312c73ac0495c002c5f7dcd (diff) | |
download | jsonschema-01de645e86e725c420e1b05b32fa38597cd7abab.tar.gz |
Never mind, travis is annoying.
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/.travis.yml b/.travis.yml index 51c8703..e68c90c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,13 +1,10 @@ language: python python: - "pypy" - - "2.6" - "2.7" - - "3.1" - "3.2" install: - python setup.py -q install - - pip install unittest2 script: - nosetests - python -m doctest README.rst |