diff options
author | Ryan Huber <rhuber@gmail.com> | 2017-02-01 12:37:44 -0800 |
---|---|---|
committer | Ryan Huber <rhuber@gmail.com> | 2017-02-01 12:37:44 -0800 |
commit | 8e1f119ee9e47f8f6e3a4d4e8dfc620b58d7c26e (patch) | |
tree | f5f8d9e7fa6851b6d88c36d67fc0540b095460ab /.travis.yml | |
parent | 550e6511eb36360f29edeb151eac286475cd5031 (diff) | |
download | wee-slack-8e1f119ee9e47f8f6e3a4d4e8dfc620b58d7c26e.tar.gz |
maybe this??
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 8 |
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 |