|
@@ -27,7 +27,6 @@ before_script:
|
27
|
27
|
- sh -c "if [ '$DB' = 'mysql' ]; then cd ${TRAVIS_BUILD_DIR}/tracim && sed -i \"s/<replace_database_uri_here>/mysql+oursql:\/\/root@localhost\/tracim_test/\" development.ini; fi"
|
28
|
28
|
- sh -c "if [ '$DB' = 'mysql' ]; then pip install https://launchpad.net/oursql/py3k/py3k-0.9.4/+download/oursql-0.9.4.zip; fi"
|
29
|
29
|
|
30
|
|
- - cd ${TRAVIS_BUILD_DIR}/tracim && cat development.ini | grep sqlalchemy
|
31
|
30
|
- cd ${TRAVIS_BUILD_DIR}/tracim && gearbox setup-app --debug
|
32
|
31
|
|
33
|
32
|
# command to run tests
|