mirror of
https://github.com/PyCQA/flake8.git
synced 2026-04-14 16:34:46 +00:00
Add configuration so Travis will run on our mirror
This commit is contained in:
parent
a152f10d4c
commit
18c51d0d25
1 changed files with 20 additions and 0 deletions
20
.travis.yml
Normal file
20
.travis.yml
Normal file
|
|
@ -0,0 +1,20 @@
|
||||||
|
language: python
|
||||||
|
before_script:
|
||||||
|
- pip install tox
|
||||||
|
|
||||||
|
# test script
|
||||||
|
script: tox -e ${TOX_ENV}
|
||||||
|
notifications:
|
||||||
|
on_success: change
|
||||||
|
on_failure: always
|
||||||
|
|
||||||
|
env:
|
||||||
|
matrix:
|
||||||
|
- TOX_ENV=py26
|
||||||
|
- TOX_ENV=py27
|
||||||
|
- TOX_ENV=py32
|
||||||
|
- TOX_ENV=py33
|
||||||
|
- TOX_ENV=py34
|
||||||
|
- TOX_ENV=pypy
|
||||||
|
- TOX_ENV=py27-flake8
|
||||||
|
- TOX_ENV=py34-flake8
|
||||||
Loading…
Add table
Add a link
Reference in a new issue