Skip to content

Commit 79c90f5

Browse files
committed
Update Python version in Travis
1 parent d69324c commit 79c90f5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@ matrix:
1818
- env: TOXENV=pypy
1919
python: pypy3
2020
- env: TOXENV=pre-commit
21-
python: 3.6
21+
python: 3.7
2222
- env: TOXENV=mypy
23-
python: 3.6
23+
python: 3.7
2424
install: pip install coveralls tox
2525
script: tox
2626
after_success: coveralls

0 commit comments

Comments
 (0)