diff --git a/.travis.yml b/.travis.yml index a390c044..f2e35b26 100644 --- a/.travis.yml +++ b/.travis.yml @@ -14,7 +14,7 @@ install: - "pipenv install --dev --skip-lock" script: - - "script: "pipenv run pytest tests" + - "pipenv run pytest tests" # command to run tests jobs: