diff --git a/.travis.yml b/.travis.yml index bebdd9e..e0e179f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -17,7 +17,7 @@ install: - export ARANGOD=`pwd`/arangodb3-$ARANGODB_VER/usr/sbin/arangod # TODO move everything except pipenv to Pipfile dev section and change to make test - - pip install pipenv coverage pytest-cov python-coveralls flake8 + - pip install pipenv coverage pytest-cov coveralls flake8 - pipenv install script: