From 0ad2792873d99451be4501ea010c8d0398460921 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Sat, 21 Jan 2017 19:47:39 -0500 Subject: [PATCH] trying again --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index a4576f96..26c159b0 100644 --- a/.travis.yml +++ b/.travis.yml @@ -10,7 +10,7 @@ python: # - "pypy" -- appears to hang # - "pypy3" # command to install dependencies -install: "pip install -r requirements.txt" +install: "pip install pipenv; pipenv install" # command to run tests script: - make coverage