mirror of
https://github.com/ail-project/ail-framework.git
synced 2024-11-10 00:28:22 +00:00
fix travis
This commit is contained in:
parent
ec8fe83cda
commit
67e8f696c1
1 changed files with 1 additions and 1 deletions
|
@ -19,13 +19,13 @@ install:
|
|||
- pip install coveralls codecov nose
|
||||
|
||||
script:
|
||||
- . ./AILENV/bin/activate
|
||||
- pushd bin
|
||||
- ./launch_redis.sh
|
||||
- ./launch_lvldb.sh
|
||||
- ./launch_logs.sh
|
||||
- ./launch_queues.sh
|
||||
- nosetests --with-coverage --cover-package=bin -d
|
||||
- ls
|
||||
|
||||
|
||||
after_success:
|
||||
|
|
Loading…
Reference in a new issue