Skip to content

Commit

Permalink
project: Remove matrix build from Travis CI
Browse files Browse the repository at this point in the history
The tox execution is faster than it takes on Travis CI to spawn new
workers. Also the matrix configuration interferes with the deploy
stage.
  • Loading branch information
fetzerch committed Apr 16, 2018
1 parent 119cad7 commit ee69857
Showing 1 changed file with 3 additions and 11 deletions.
14 changes: 3 additions & 11 deletions .travis.yml
@@ -1,16 +1,8 @@
language: python
python:
- '2.7'
- '3.5'
install: pip install tox coveralls
matrix:
fast_finish: true
include:
- python: 3.5
env: TOXENV=flake8
- python: 3.5
env: TOXENV=pylint
- python: 2.7
env: TOXENV=py27
- python: 3.5
env: TOXENV=py35
script: tox
after_success: coveralls
deploy:
Expand Down

0 comments on commit ee69857

Please sign in to comment.