From 742296d5dd7147771ac4ce42e744cb30acdffa0d Mon Sep 17 00:00:00 2001 From: Danielle McLean Date: Mon, 14 May 2018 10:38:09 +1000 Subject: [PATCH] Do a --dev install when running on Travis, so that pytest is available :o --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 446d249..c9f5330 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,6 +7,6 @@ python: - '3.6' install: - pip install pipenv - - pipenv install + - pipenv install --dev script: - pipenv run pytest