Need to run moto_server...

This commit is contained in:
Steve Pulec 2017-02-27 00:02:23 -05:00
parent 089b2a66d2
commit e841c0d2f5

View File

@ -13,6 +13,10 @@ install:
- travis_retry pip install .
- travis_retry pip install -r requirements-dev.txt
- travis_retry pip install coveralls
- |
if [ "$TEST_SERVER_MODE" = "true" ]; then
moto_server -p 8086&
fi
script:
- make test
after_success: