mirror of
https://github.com/ail-project/ail-framework.git
synced 2024-11-10 08:38:28 +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
|
- pip install coveralls codecov nose
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- . ./AILENV/bin/activate
|
|
||||||
- pushd bin
|
- pushd bin
|
||||||
- ./launch_redis.sh
|
- ./launch_redis.sh
|
||||||
- ./launch_lvldb.sh
|
- ./launch_lvldb.sh
|
||||||
- ./launch_logs.sh
|
- ./launch_logs.sh
|
||||||
- ./launch_queues.sh
|
- ./launch_queues.sh
|
||||||
- nosetests --with-coverage --cover-package=bin -d
|
- nosetests --with-coverage --cover-package=bin -d
|
||||||
|
- ls
|
||||||
|
|
||||||
|
|
||||||
after_success:
|
after_success:
|
||||||
|
|
Loading…
Reference in a new issue