2015-06-16 06:22:16 +08:00
|
|
|
sudo: false
|
2013-07-06 20:23:02 +08:00
|
|
|
language: python
|
|
|
|
# command to install dependencies
|
2015-06-16 06:40:49 +08:00
|
|
|
install: "pip install -U tox"
|
2013-07-06 20:23:02 +08:00
|
|
|
# # command to run tests
|
2015-06-16 06:40:49 +08:00
|
|
|
env:
|
|
|
|
matrix:
|
|
|
|
- TESTENV=flakes
|
|
|
|
- TESTENV=py26
|
|
|
|
- TESTENV=py27
|
|
|
|
- TESTENV=py34
|
|
|
|
- TESTENV=pypy
|
|
|
|
- TESTENV=py27-pexpect
|
|
|
|
- TESTENV=py33-pexpect
|
|
|
|
- TESTENV=py27-nobyte
|
|
|
|
- TESTENV=py33
|
|
|
|
- TESTENV=py27-xdist
|
|
|
|
- TESTENV=py33-xdist
|
|
|
|
- TESTENV=py27
|
|
|
|
- TESTENV=py27-trial
|
|
|
|
- TESTENV=py33
|
|
|
|
- TESTENV=py33-trial
|
|
|
|
- TESTENV=py27-subprocess
|
|
|
|
- TESTENV=doctesting
|
|
|
|
- TESTENV=py27-cxfreeze
|
|
|
|
- TESTENV=coveralls
|
|
|
|
script: tox --recreate -i ALL=https://devpi.net/hpk/dev/ -e $TESTENV
|
2014-01-23 19:18:20 +08:00
|
|
|
|
2013-07-06 20:23:02 +08:00
|
|
|
notifications:
|
|
|
|
irc:
|
2013-07-11 18:20:38 +08:00
|
|
|
- "chat.freenode.net#pytest-dev"
|
2013-07-06 20:23:02 +08:00
|
|
|
email:
|
|
|
|
- pytest-commit@python.org
|