Skip to content

Commit

Permalink
more tests on TravisCI build stages 2
Browse files Browse the repository at this point in the history
  • Loading branch information
pierky committed Oct 16, 2017
1 parent 271c109 commit 10939d9
Showing 1 changed file with 17 additions and 9 deletions.
26 changes: 17 additions & 9 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,6 @@ language: python

sudo: required

env:
- TOXENV=py34-syntax
- TOXENV=py27-flake8
- TOXENV=py34-flake8
- TOXENV=py27
- TOXENV=py34
- TOXENV=py27-coverage

services:
- docker

Expand All @@ -20,9 +12,25 @@ install:
- pip install tox
- pip install coveralls

matrix:
jobs:
include:
- stage: test
env: TOXENV=py34-syntax
script: tox
- stage: test
env: TOXENV=py27-flake8
script: tox
- stage: test
env: TOXENV=py34-flake8
script: tox
- stage: test
env: TOXENV=py27
script: tox
- stage: test
env: TOXENV=py34
script: tox
- stage: test
env: TOXENV=py27-coverage
script: tox
- stage: deploy
script: skip
Expand Down

0 comments on commit 10939d9

Please sign in to comment.