Skip to content

Commit

Permalink
- fix Travis config
Browse files Browse the repository at this point in the history
  • Loading branch information
dataflake committed Jul 16, 2020
1 parent bb23180 commit 6add375
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .travis.yml
Expand Up @@ -3,7 +3,8 @@ language: python
matrix:
include:
- python: "3.6"
env: TOXENV=flake8
env: TOXENV=lint
after_success:
- python: "2.7"
env: TOXENV=py27
- python: "3.5"
Expand All @@ -12,10 +13,8 @@ matrix:
env: TOXENV=py36
- python: "3.7"
env: TOXENV=py37
dist: xenial
- python: "3.8"
env: TOXENV=py38
dist: xenial

install:
- travis_retry pip install -U pip setuptools
Expand Down

0 comments on commit 6add375

Please sign in to comment.