From 13374d943ab5b70ecf2455e394287ecbc73ebf3a Mon Sep 17 00:00:00 2001 From: Alejandro Piad Date: Sun, 27 Jan 2019 13:55:13 +0100 Subject: [PATCH] Update travis config --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 5685d79..a5544a2 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,7 +4,7 @@ python: - "3.6" before_install: - pip install pipenv - - pipenv install + - pipenv install --dev script: - python -m pytest after_success: