test_ok1/.travis.yml

11 lines
252 B
YAML
Raw Normal View History

language: python
# command to install dependencies
install: "pip install 'virtualenv<1.10' -e . detox"
# # command to run tests
script: detox --recreate
notifications:
irc:
2013-07-11 18:20:38 +08:00
- "chat.freenode.net#pytest-dev"
email:
- pytest-commit@python.org