From 930fe3597a5767c8d5ad29bec6c767f6511033e5 Mon Sep 17 00:00:00 2001 From: Scott Petersen Date: Sun, 21 Jan 2018 11:33:47 -0800 Subject: [PATCH] More work on Travis. --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 40c7d7b..0966135 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,6 +3,7 @@ python: - 2.7 - 3.6 install: + - pip install -r requirements.txt - pip install nose script: - nosetests