From 1542daeca131d9cca5996547d4170431c711fbb0 Mon Sep 17 00:00:00 2001 From: Karl Kroening Date: Thu, 25 May 2017 15:01:45 -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 7c882df..b4795d1 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,2 +1,2 @@ language: python -script: ${VIRTUAL_ENV}/pytest +script: ${VIRTUAL_ENV}/bin/pytest