Skip to content

Commit

Permalink
Fix doctests for README.rst only working with hsqldb
Browse files Browse the repository at this point in the history
  • Loading branch information
baztian committed Jan 23, 2017
1 parent 8bf5576 commit 350afee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ install:
script:
- if [ -z "$JYTHON" ]; then PY="coverage run --source jaydebeapi"; else PY="python" ;fi
- $PY test/testsuite.py $TESTNAME
- $PY -m doctest README.rst
- if [ "$JDBC_DRIVER" == "org.hsqldb:hsqldb:1.8.0.10" ] ; then $PY -m doctest README.rst ;fi

after_success:
- if [ -z "$JYTHON" ]; then coveralls ;fi

0 comments on commit 350afee

Please sign in to comment.