Browse Source

remove test line

Bastien Sevajol 9 years ago
parent
commit
24f35f4d09
1 changed files with 0 additions and 1 deletions
  1. 0 1
      .travis.yml

+ 0 - 1
.travis.yml View File

@@ -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