Skip to content

Commit

Permalink
Cleanup travis config
Browse files Browse the repository at this point in the history
  • Loading branch information
jbrown299 committed Feb 10, 2021
1 parent 2c0ac7f commit 7136ede
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .travis.yml
@@ -1,14 +1,12 @@
os: linux
dist: bionic
language: python
python:
- "3.6"
- "3.7"
- "3.8"
- "3.9"
sudo: false
install:
- pip install --upgrade pip
- pip --version
- pip install tox-travis coveralls
script:
- tox -v
Expand Down

0 comments on commit 7136ede

Please sign in to comment.