Skip to content

Commit

Permalink
Test against Python versions 3.6, 3.7, and 3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
Freso committed Dec 15, 2019
2 parents 31d589b + 7ad4265 commit 4234c8f
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,21 @@ sudo: required
language: python
python:
- "3.5"
- "3.6"
- "3.7"
- "3.8"
virtualenv:
system_site_packages: false

cache: pip

env:
- FLAKE8=false
- FLAKE8=true

jobs:
include:
- python: 3.5
env: FLAKE8=true

install:
# Dependencies
Expand Down

0 comments on commit 4234c8f

Please sign in to comment.