fix travis crash

This commit is contained in:
chabad360 2018-08-01 14:33:41 -07:00
parent ec0c29604f
commit 8636d6fb68

View file

@ -12,7 +12,7 @@ services:
install:
- docker-compose build
- docker-compose up -d
- ./dbench
- ./dbench init
- pip install --upgrade virtualenv
- virtualenv -p python3 testenv
- source testenv/bin/activate