diff options
author | Julian Berman <Julian@GrayVines.com> | 2013-05-18 20:55:13 -0400 |
---|---|---|
committer | Julian Berman <Julian@GrayVines.com> | 2013-05-18 20:55:13 -0400 |
commit | c7aa923abac68ba7b5a576a64a4382a467b90234 (patch) | |
tree | 894d36cd63d7ade5beca3ab57f9e56c641faa180 /.travis.yml | |
parent | 271c481a3f72b33ceb023240ac7be5583d4022cd (diff) | |
download | jsonschema-c7aa923abac68ba7b5a576a64a4382a467b90234.tar.gz |
Fix travis.
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index b13f71e..e283cb8 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,5 +7,5 @@ python: install: - python setup.py -q install script: - - py.test --tb=native test_jsonschema.py + - py.test --tb=native jsonschema - python -m doctest README.rst |