Skip to content

Commit

Permalink
Improve travis config.
Browse files Browse the repository at this point in the history
  • Loading branch information
Natim committed Apr 10, 2020
1 parent 867f60d commit a5555a1
Showing 1 changed file with 9 additions and 31 deletions.
40 changes: 9 additions & 31 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,44 +1,22 @@
dist: bionic
sudo: false
language: python
cache: pip
install: pip install tox tox-travis
script: tox -v
python:
- 3.6
- 3.7
- 3.8
matrix:
fast_finish: true
include:
- python: 3.6
dist: xenial
env: TOX_ENV=flake8
- python: 3.6
dist: xenial
env: TOX_ENV=py37-django22
- python: 3.6
dist: xenial
env: TOX_ENV=py37-django30

- python: 3.7
dist: xenial
env: TOX_ENV=flake8
- python: 3.7
dist: xenial
env: TOX_ENV=py37-django22
- python: 3.7
dist: xenial
env: TOX_ENV=py37-django30

- python: 3.8
dist: xenial
env: TOX_ENV=flake8
- python: 3.8
dist: xenial
env: TOX_ENV=py37-django22
- python: 3.8
dist: xenial
env: TOX_ENV=py37-django30
addons:
apt:
packages:
- libenchant-dev
install:
- pip install tox
script:
- tox -e $TOX_ENV
after_success:
- pip install coveralls
- coveralls

0 comments on commit a5555a1

Please sign in to comment.