test_ok2/.travis.yml

11 lines
229 B
YAML
Raw Normal View History

language: python
# command to install dependencies
install: "pip install -e . detox"
# # command to run tests
script: detox --recreate
notifications:
irc:
- "chat.freenode.net#pylib"
email:
- pytest-commit@python.org