Skip to content

Commit

Permalink
Travis release, third try
Browse files Browse the repository at this point in the history
  • Loading branch information
axnsan12 committed Dec 26, 2017
1 parent 50ef11c commit f5068a3
Showing 1 changed file with 13 additions and 14 deletions.
27 changes: 13 additions & 14 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,21 +33,15 @@ notifications:
on_failure: always

jobs:
fast_finish: true

include:
- stage: test
fast_finish: true
include:
- python: '3.5'
env: TOXENV=docs
- python: '2.7'
env: TOXENV=flake8
- python: '3.6'
env: DRF=master

allow_failures:
- env: TOXENV=flake8
- env: DRF=master
- python: '3.7-dev'
- python: '3.5'
env: TOXENV=docs
- python: '2.7'
env: TOXENV=flake8
- python: '3.6'
env: DRF=master

- stage: publish
python: '3.6'
Expand All @@ -61,3 +55,8 @@ jobs:
on:
tags: true
distributions: sdist

allow_failures:
- env: TOXENV=flake8
- env: DRF=master
- python: '3.7-dev'

0 comments on commit f5068a3

Please sign in to comment.