aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml8
1 files changed, 6 insertions, 2 deletions
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