mirror of
https://github.com/vale981/python-docstring-mode
synced 2025-03-04 17:11:41 -05:00
commit
bf4c9ed397
1 changed files with 9 additions and 2 deletions
11
.travis.yml
11
.travis.yml
|
@ -8,8 +8,6 @@ language: python
|
|||
|
||||
matrix:
|
||||
include:
|
||||
- python: "2.6" # these are just to make travis's UI a bit prettier
|
||||
env: TOXENV=py26
|
||||
- python: "2.7"
|
||||
env: TOXENV=py27
|
||||
- python: "3.3"
|
||||
|
@ -18,6 +16,10 @@ matrix:
|
|||
env: TOXENV=py34
|
||||
- python: "3.5"
|
||||
env: TOXENV=py35
|
||||
allow_failures:
|
||||
- env: TOXENV=py33
|
||||
- env: TOXENV=py34
|
||||
- env: TOXENV=py35
|
||||
|
||||
|
||||
install:
|
||||
|
@ -30,3 +32,8 @@ script:
|
|||
|
||||
notifications:
|
||||
email: false
|
||||
|
||||
|
||||
branches:
|
||||
only:
|
||||
- master
|
||||
|
|
Loading…
Add table
Reference in a new issue