You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
29 lines
364 B
YAML
29 lines
364 B
YAML
language: python
|
|
|
|
env:
|
|
- TOXENV=py26
|
|
- TOXENV=py27
|
|
- TOXENV=py32
|
|
- TOXENV=py33
|
|
- TOXENV=py34
|
|
- TOXENV=pypy
|
|
- TOXENV=pypy3
|
|
- TOXENV=docs
|
|
|
|
install: pip install tox
|
|
|
|
script: tox
|
|
|
|
branches:
|
|
only:
|
|
- master
|
|
- develop
|
|
- 1.11.X
|
|
|
|
notifications:
|
|
irc:
|
|
channels:
|
|
- "irc.freenode.org#pypa-dev"
|
|
use_notice: true
|
|
skip_join: true
|