Skip to content

Commit

Permalink
Clean up config file for Travis.
Browse files Browse the repository at this point in the history
- remove obsolete "sudo" keyword
- remove old dev versions
- remove matrix

modified:   .travis.yml
  • Loading branch information
jugmac00 committed Sep 13, 2019
1 parent cd579bd commit 6c29c5e
Showing 1 changed file with 5 additions and 24 deletions.
29 changes: 5 additions & 24 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,31 +1,12 @@
language: python
sudo: required
dist: xenial
matrix:
include:
- python: '3.6'
- python: 3.6-dev
- python: '3.7'
- python: 3.7-dev
dist: xenial
sudo: true
python: 3.6
python: 3.7
python: 3.8-dev
python: nightly
allow_failures:
- python: 3.8-dev
dist: xenial
sudo: true
- python: nightly
dist: xenial
sudo: true
allow_failures:
- python: 3.6-dev
- python: 3.7-dev
dist: xenial
sudo: true
- python: 3.8-dev
dist: xenial
sudo: true
- python: nightly
dist: xenial
sudo: true
install:
- pip install -e .
script:
Expand Down

0 comments on commit 6c29c5e

Please sign in to comment.