diff --git a/.travis.yml b/.travis.yml index f4ea2754..50921410 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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