diff options
-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 |