Skip to content

Commit

Permalink
Switch Travis to Trusty
Browse files Browse the repository at this point in the history
  • Loading branch information
etingof committed Dec 29, 2018
1 parent eb6581e commit f1b0804
Showing 1 changed file with 20 additions and 19 deletions.
39 changes: 20 additions & 19 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,37 +3,38 @@ cache: pip
matrix:
include:
- os: linux
dist: xenial
sudo: false
dist: trusty
python: '2.6'
- os: linux
dist: trusty
python: '2.7'
- os: linux
dist: xenial
sudo: false
dist: trusty
python: '3.2'
- os: linux
dist: trusty
python: '3.3'
- os: linux
dist: trusty
python: '3.4'
- os: linux
dist: xenial
sudo: false
dist: trusty
python: '3.5'
- os: linux
dist: xenial
sudo: false
dist: trusty
python: '3.6'
- os: linux
dist: xenial
sudo: true
python: '3.7'
- os: linux
dist: xenial
sudo: false
dist: trusty
python: 'nightly'
# - os: linux
# dist: xenial
# sudo: false
# python: 'pypy'
# - os: linux
# dist: xenial
# sudo: false
# python: 'pypy3'
- os: linux
dist: trusty
python: 'pypy'
- os: linux
dist: trusty
python: 'pypy3'
install:
- pip install codecov
- pip install -r requirements.txt -r test-requirements.txt
Expand Down

0 comments on commit f1b0804

Please sign in to comment.