From 9bc13409c2d6216b51fcd4524d1eee8264f8c4ae Mon Sep 17 00:00:00 2001 From: Karl Kroening Date: Thu, 25 May 2017 14:55:55 -1000 Subject: [PATCH] #4: update travis config --- .travis.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 7c2e39d..7c882df 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,3 +1,2 @@ language: python -install: pip install -r requirements.txt -script: pytest +script: ${VIRTUAL_ENV}/pytest