From 2e81b518a997a567b9507803065c794a9d62ea69 Mon Sep 17 00:00:00 2001 From: Karl Kroening Date: Thu, 25 May 2017 15:04:08 -1000 Subject: [PATCH] #4: update travis config --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 72c686a..f204c30 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,3 +1,3 @@ language: python -install: pip install pytest +install: pip install pytest && ~/virtualenv/python2.7/bin script: pytest