diff options
author | Ryan Huber <rhuber@gmail.com> | 2017-02-01 12:31:31 -0800 |
---|---|---|
committer | Ryan Huber <rhuber@gmail.com> | 2017-02-01 12:31:31 -0800 |
commit | 550e6511eb36360f29edeb151eac286475cd5031 (patch) | |
tree | 7229968fc0c86ea705a0bda5cc389c053c7f8b45 | |
parent | 6d01f9826b5c25fd450845fea1b1fd5364d79e20 (diff) | |
download | wee-slack-550e6511eb36360f29edeb151eac286475cd5031.tar.gz |
maybe the docs are wrong
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 145b2e3..ab1eacb 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,3 +1,3 @@ language: python -install: 'pip install websocket-client' +install: 'pip install websocket-client pytest' script: pytest |