Skip to content

Commit

Permalink
Travis release, fourth try
Browse files Browse the repository at this point in the history
  • Loading branch information
axnsan12 committed Dec 26, 2017
1 parent f5068a3 commit 3f7e201
Showing 1 changed file with 11 additions and 4 deletions.
15 changes: 11 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,13 +34,16 @@ notifications:

jobs:
fast_finish: true

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

- stage: publish
Expand All @@ -60,3 +63,7 @@ jobs:
- env: TOXENV=flake8
- env: DRF=master
- python: '3.7-dev'

stages:
- test
- deploy

0 comments on commit 3f7e201

Please sign in to comment.