From 95777fe58e2c61640e377f447594b9c4f4f91542 Mon Sep 17 00:00:00 2001 From: codl Date: Tue, 28 Nov 2017 06:03:13 +0100 Subject: add [test] extra so test deps can be installed before running tests --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index e88fe2c..b21a4b3 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,7 +4,7 @@ python: - "2.7" install: - - pip install . + - pip install .[test] - pip install codecov script: python setup.py pytest after_script: codecov -- cgit v1.2.3