Skip to content

Commit

Permalink
ci: Test under Python 3.7, drop 3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
riddell-stan committed Oct 22, 2019
1 parent 3957431 commit 9398446
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
dist: xenial
language: python
python:
- "3.6"
- "3.7"
env:
- TOXENV=flake8
- TOXENV=format
- TOXENV=mypy
- TOXENV=py36
- TOXENV=py37
before_install:
- python --version
install:
Expand Down

0 comments on commit 9398446

Please sign in to comment.