Skip to content
This repository has been archived by the owner on Oct 23, 2023. It is now read-only.

Commit

Permalink
ref: Use Python 3.6 for linting (no sudo!)
Browse files Browse the repository at this point in the history
  • Loading branch information
untitaker committed Sep 25, 2018
1 parent ae0248b commit 0d8e69d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -13,7 +13,7 @@ matrix:
sudo: true

- name: Linting
python: "3.7"
python: "3.6"
install:
- pip install tox
script: tox -e linters
Expand Down

0 comments on commit 0d8e69d

Please sign in to comment.