Skip to content

Commit

Permalink
chore: update travis
Browse files Browse the repository at this point in the history
  • Loading branch information
AuHau committed Oct 28, 2020
1 parent 2634422 commit 8dbb40c
Showing 1 changed file with 4 additions and 12 deletions.
16 changes: 4 additions & 12 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,7 @@ jobs:
name: "Tests"
language: python
python:
- '3.7'
dist: xenial
sudo: true
- '3.8'
install:
- pip install -r test-requirements.txt
- pip install codecov
Expand All @@ -28,9 +26,7 @@ jobs:
- stage: deploy-pip
name: "Publish to PyPi"
language: python
python: '3.7'
dist: xenial
sudo: true
python: '3.8'
script:
- pip install -r test-requirements.txt
deploy:
Expand Down Expand Up @@ -58,9 +54,7 @@ jobs:
- stage: deploy-mkdocs
name: "Publish documentation"
language: python
python: '3.7'
dist: xenial
sudo: true
python: '3.8'
install:
- pip install -r test-requirements.txt
script:
Expand All @@ -72,9 +66,7 @@ jobs:
- stage: deploy-release
name: "Create draft release"
language: python
python: '3.7'
dist: xenial
sudo: true
python: '3.8'
script: echo 'Lets do it!'
deploy:
provider: releases
Expand Down

0 comments on commit 8dbb40c

Please sign in to comment.