mirror of https://github.com/CIRCL/AIL-framework
fix travis
parent
ec8fe83cda
commit
67e8f696c1
|
@ -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 New Issue