Skip to content

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
manrajgrover authored Oct 29, 2020
1 parent 58aa60c commit 2172261
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
language: python
cache: pip
dist: xenial
os: linux
git:
depth: 5
matrix:
Expand All @@ -11,12 +13,8 @@ matrix:
- python: '3.6'
env: TOXENV=py36
- python: '3.7'
dist: xenial
sudo: true
env: TOXENV=py37
- python: '3.8'
dist: xenial
sudo: true
- python: '3.8'
env: TOXENV=py38
fast_finish: true
install:
Expand Down

0 comments on commit 2172261

Please sign in to comment.