aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorRyan Huber <rhuber@gmail.com>2017-02-01 12:37:44 -0800
committerRyan Huber <rhuber@gmail.com>2017-02-01 12:37:44 -0800
commit8e1f119ee9e47f8f6e3a4d4e8dfc620b58d7c26e (patch)
treef5f8d9e7fa6851b6d88c36d67fc0540b095460ab /.travis.yml
parent550e6511eb36360f29edeb151eac286475cd5031 (diff)
downloadwee-slack-8e1f119ee9e47f8f6e3a4d4e8dfc620b58d7c26e.tar.gz
maybe this??
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