fix travis

This commit is contained in:
Terrtia 2018-04-11 11:17:42 +02:00
parent ec8fe83cda
commit 67e8f696c1

View file

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