diff options
author | Ryan Huber <rhuber@gmail.com> | 2017-02-01 12:27:21 -0800 |
---|---|---|
committer | Ryan Huber <rhuber@gmail.com> | 2017-02-01 12:27:21 -0800 |
commit | 6ba0f69385784d7695b8daa2e9ac15ccb92e479b (patch) | |
tree | b51b8587c9b4df37c85eebedb9fbabaa4f76047c | |
parent | 96dca650f88d8fe9c596f77b1cacb9272a44b9b7 (diff) | |
download | wee-slack-6ba0f69385784d7695b8daa2e9ac15ccb92e479b.tar.gz |
travis
-rw-r--r-- | .travis.yaml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.travis.yaml b/.travis.yaml new file mode 100644 index 0000000..145b2e3 --- /dev/null +++ b/.travis.yaml @@ -0,0 +1,3 @@ +language: python +install: 'pip install websocket-client' +script: pytest |