Skip to content

Commit

Permalink
Execute properties passing test in travis jython run
Browse files Browse the repository at this point in the history
  • Loading branch information
baztian committed Jan 23, 2017
1 parent c2a160f commit bcba6eb
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 @@ -29,7 +29,7 @@ matrix:
- python: 2.7
env: TESTNAME=test_integration.SqlitePyTest
- python: 2.7
env: JYTHON=org.python:jython-installer:2.7-rc1 TESTNAME=test_integration.HsqldbTest JDBC_DRIVER=org.hsqldb:hsqldb:1.8.0.10
env: JYTHON=org.python:jython-installer:2.7-rc1 TESTNAME="test_integration.HsqldbTest test_integration.PropertiesDriverArgsPassingTest" JDBC_DRIVER=org.hsqldb:hsqldb:1.8.0.10
- python: 2.7
env: JYTHON=org.python:jython-installer:2.7-rc1 TESTNAME=test_mock JDBC_DRIVER=org.jaydebeapi:mockdriver:1.0-SNAPSHOT

Expand Down

0 comments on commit bcba6eb

Please sign in to comment.