From b2909515b71644633332088087c2afa295beed82 Mon Sep 17 00:00:00 2001 From: William Pietri Date: Mon, 4 Dec 2017 15:01:26 -0800 Subject: [PATCH] Testing out travis for CI. --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 5bcf4f0..cdb7989 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,6 +2,7 @@ language: python python: - "3.5" install: + - pip install pipenv - pipenv install -d --system script: nosetests \ No newline at end of file