Skip to content

Commit

Permalink
Test more Python versions on Travis
Browse files Browse the repository at this point in the history
  • Loading branch information
fpoli committed Mar 20, 2020
1 parent a267578 commit 75f56ee
Showing 1 changed file with 9 additions and 6 deletions.
15 changes: 9 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,19 +1,22 @@
sudo: false

language: python

cache: pip

python:
- 3.5
- 3.6
- pypy3.5
matrix:
include:
- python: 3.7
sudo: required
dist: xenial
- 3.7
- pypy3

install:
- pip install --upgrade pip
- "pip install .[dev]"

before_script:
- pip freeze

script:
- make linter || true
- nosetests
Expand Down

0 comments on commit 75f56ee

Please sign in to comment.