Skip to content

Commit

Permalink
Added new python environments
Browse files Browse the repository at this point in the history
  • Loading branch information
joamag committed Jan 2, 2020
1 parent 3e14485 commit 0c989cd
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .travis.yml
Expand Up @@ -11,12 +11,23 @@ python:
- "pypy-5.6.0"
- "pypy-5.7.1"
- "pypy2.7-5.8.0"
- "pypy2.7-5.9.0"
- "pypy3.5-5.8.0"
- "pypy3.5-5.9.0"
matrix:
include:
- python: 3.7
dist: xenial
sudo: true
- python: 3.8
dist: xenial
sudo: true
- python: pypy
dist: xenial
sudo: true
- python: pypy3
dist: xenial
sudo: true
before_install:
- pip install --upgrade pip setuptools
install:
Expand Down

0 comments on commit 0c989cd

Please sign in to comment.