Skip to content

Commit

Permalink
Merge pull request #13 from jugmac00/master
Browse files Browse the repository at this point in the history
Clean up config file for Travis.
  • Loading branch information
tylerwince authored Oct 8, 2019
2 parents 849c545 + da000e3 commit e5834e7
Showing 1 changed file with 12 additions and 24 deletions.
36 changes: 12 additions & 24 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,35 +1,23 @@
language: python
sudo: required

dist: xenial

python: 3.6
python: 3.7
python: 3.8-dev
python: nightly

matrix:
include:
- python: '3.6'
- python: 3.6-dev
- python: '3.7'
- python: 3.7-dev
dist: xenial
sudo: true
- 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
- python: 3.8-dev
- python: nightly

install:
- pip install -e .

script:
- pytest

deploy:
provider: pypi
user: tylerwince
Expand Down

0 comments on commit e5834e7

Please sign in to comment.