Skip to content

Commit

Permalink
Update travis ci config
Browse files Browse the repository at this point in the history
  • Loading branch information
vxgmichel committed Feb 13, 2019
1 parent f6f4900 commit bc86c2f
Showing 1 changed file with 17 additions and 10 deletions.
27 changes: 17 additions & 10 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,16 +1,23 @@
os: linux
dist: xenial
language: python

python:
- 3.5
- pypy3.5
- pypy3.6
- pypy3.6-dev
- 3.6
- 3.7
- 3.8-dev

matrix:
include:
- python: 3.4
- python: 3.5
- python: 3.6
- python: 3.7
dist: xenial
sudo: true
- python: 3.8-dev
dist: xenial
sudo: true
include:
# Python 3.4
- os: linux
dist: trusty
language: python
python: 3.4

install: pip install -U coveralls pytest
script: python setup.py test
Expand Down

0 comments on commit bc86c2f

Please sign in to comment.