From 8e1f119ee9e47f8f6e3a4d4e8dfc620b58d7c26e Mon Sep 17 00:00:00 2001 From: Ryan Huber Date: Wed, 1 Feb 2017 12:37:44 -0800 Subject: maybe this?? --- .travis.yml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index ab1eacb..99e1a50 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,3 +1,7 @@ language: python -install: 'pip install websocket-client pytest' -script: pytest +python: + - "2.7" +install: + - 'pip install websocket-client pytest' + +script: python -m pytest -- cgit