Skip to content

Commit

Permalink
Try 1.
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Howitz committed Feb 11, 2020
1 parent e9d8f2c commit 969ac6a
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,20 +2,10 @@ language: python

matrix:
include:
- python: "3.6"
env: TOXENV=lint-py36
- python: "3.5"
env: TOXENV=py35
- python: "3.6"
env: TOXENV=py36
- python: "3.7"
env: TOXENV=py37
- python: "3.8"
env: TOXENV=py38
- python: "3.9-dev"
env: TOXENV=py39
before_install:
- python -m ensurepip
- which python

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

0 comments on commit 969ac6a

Please sign in to comment.