Skip to content

Commit

Permalink
Update Travis CI conf
Browse files Browse the repository at this point in the history
  • Loading branch information
FedericoCeratto committed Jun 30, 2014
1 parent b709d4f commit 9ffec67
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .travis.yml
Expand Up @@ -19,12 +19,7 @@ before_script:

script:
- nosetests tests/test.py tests/test_functional_mysql_instance.py tests/test_functional_mongodb_instance.py
- coverage run --source=cork \
tests/test_webtest_decorated.py \
tests/test_functional_mongodb_instance.py \
tests/test_functional_sqlalchemy_sqlite_in_memory.py \
tests/test_sqlite.py

- coverage run --source=cork tests/test_webtest_decorated.py tests/test_functional_mongodb_instance.py tests/test_functional_sqlalchemy_sqlite_in_memory.py tests/test_sqlite.py

services:
# MySQL is started by default
Expand Down

0 comments on commit 9ffec67

Please sign in to comment.