Skip to content

Commit

Permalink
Optimize jobs amount
Browse files Browse the repository at this point in the history
  • Loading branch information
penguinolog committed Sep 6, 2017
1 parent 709ad97 commit 8816d23
Showing 1 changed file with 8 additions and 9 deletions.
17 changes: 8 additions & 9 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,18 +8,15 @@ python:
- "3.6"
- "pypy2.7-5.8.0"
- "pypy3.5-5.8.0"
script: skip

install:
- pip install tox-travis
- pip install coveralls
script: tox
after_success:
- coveralls
jobs:
fast_finish: true
include:
- stage: test
install:
- pip install tox-travis
- pip install coveralls
script: tox
after_success:
- coveralls
- stage: deploy
python: 3.6
before_install:
Expand All @@ -30,6 +27,8 @@ jobs:
echo Not building wheels
exit 0
fi
install: skip
script: skip
before_deploy:
- pip install -r build_requirements.txt
deploy:
Expand Down

0 comments on commit 8816d23

Please sign in to comment.