summaryrefslogtreecommitdiff
path: root/.travis.yml
blob: 1c865fb9e6184f336642836187526dbc9f7c1003 (plain)
1
2
3
4
5
6
7
8
9
10
11
language: python
# command to install dependencies
install: "pip install -U detox"
# # command to run tests
script: detox --recreate -i ALL=https://devpi.net/hpk/dev/

notifications:
  irc:
    - "chat.freenode.net#pytest-dev"
  email:
    - pytest-commit@python.org