浏览代码

remove test line

Bastien Sevajol 9 年前
父节点
当前提交
24f35f4d09
共有 1 个文件被更改,包括 0 次插入1 次删除
  1. 0 1
      .travis.yml

+ 0 - 1
.travis.yml 查看文件

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"
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
   - sh -c "if [ '$DB' = 'mysql' ]; then pip install https://launchpad.net/oursql/py3k/py3k-0.9.4/+download/oursql-0.9.4.zip; fi"
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
   - cd ${TRAVIS_BUILD_DIR}/tracim && gearbox setup-app --debug
30
   - cd ${TRAVIS_BUILD_DIR}/tracim && gearbox setup-app --debug
32
 
31
 
33
 # command to run tests
32
 # command to run tests