[Python-modules-commits] [python-pyld] 189/276: Fix test path.
Wolfgang Borgert
debacle at moszumanska.debian.org
Wed Oct 8 23:48:09 UTC 2014
This is an automated email from the git hooks/post-receive script.
debacle pushed a commit to branch master
in repository python-pyld.
commit 492e4c15c778b44e97937e1d53e11967961b13be
Author: Dave Longley <dlongley at digitalbazaar.com>
Date: Tue Sep 10 13:25:42 2013 -0400
Fix test path.
---
.travis.yml | 2 +-
README.rst | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/.travis.yml b/.travis.yml
index 5b41590..33741a0 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -9,7 +9,7 @@ install: pip install .
# all of the reference implementations?
script:
- git clone https://github.com/json-ld/json-ld.org.git spec
- - python tests/runtests.py -d spec/test-suite/tests
+ - python tests/runtests.py -d spec/test-suite
notifications:
email:
on_success: change
diff --git a/README.rst b/README.rst
index 11e2959..2b504a2 100644
--- a/README.rst
+++ b/README.rst
@@ -68,7 +68,7 @@ containing the tests.
::
- python tests/runtests.py -d {PATH_TO_JSON_LD_ORG/test-suite/tests}
+ python tests/runtests.py -d {PATH_TO_JSON_LD_ORG/test-suite}
.. _JSON-LD: http://json-ld.org/
.. _Python: http://www.python.org/
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/python-pyld.git
More information about the Python-modules-commits
mailing list