summaryrefslogtreecommitdiff
path: root/.travis.yml
blob: e60893f63b5b2b136b7ffc4842dda13c2ef0d7f0 (plain)
1
2
3
4
5
6
7
8
9
10
language: python
# command to install dependencies
install: "pip install -U detox"
# # command to run tests
script: detox --recreate
notifications:
  irc:
    - "chat.freenode.net#pytest-dev"
  email:
    - pytest-commit@python.org