test_ok2/.travis.yml

13 lines
279 B
YAML
Raw Normal View History

2015-06-16 06:22:16 +08:00
sudo: false
language: python
# command to install dependencies
2013-09-08 02:23:44 +08:00
install: "pip install -U detox"
# # command to run tests
script: detox --recreate -i ALL=https://devpi.net/hpk/dev/
notifications:
irc:
2013-07-11 18:20:38 +08:00
- "chat.freenode.net#pytest-dev"
email:
- pytest-commit@python.org