blob: 6739e1c1a80dd796491aa8ce9aa033b3fd275323 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
language: python
python:
- "2.7"
install:
- 'pip install websocket-client pytest'
script: python -m pytest
notifications:
irc: "chat.freenode.net#wee-slack-dev"
email: false
|