You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

34 lines
524 B

language: python
sudo: false
matrix:
include:
- python: 2.7
env: TOXENV=py27
- python: 3.4
env: TOXENV=py34
- python: 3.5
env: TOXENV=py35
- python: 3.6
env: TOXENV=py36
- python: 3.7
env: TOXENV=py37
- python: 3.8
env: TOXENV=py38
- env: TOXENV=pep8
install:
- pip install tox
script:
- tox
notifications:
on_success: change
on_failure: change
irc:
channels:
- "irc.freenode.org#github3.py"
user_notice: true
skip_join: true