Skip to content

Commit

Permalink
Activate lint environment, add Python 3.8 to tox.ini
Browse files Browse the repository at this point in the history
  • Loading branch information
benjaoming committed May 26, 2020
1 parent 3e498bc commit b6d7f27
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@ language: python
matrix:
include:
- python: "2.7"
env:
- TOX_ENV=py2.7
- python: "2.7"
env:
- TOX_ENV=lint
- python: "3.4"
- python: "3.5"
- python: "3.6"
Expand Down
4 changes: 3 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tox]
# Ensure you add to .travis.yml if you add here, using `tox -l`
envlist = py27,py34,py35,py36,py37,lint
envlist = py27,py34,py35,py36,py37,py38,lint

[travis]
python =
Expand All @@ -9,6 +9,7 @@ python =
3.5: py35
3.6: py36
3.7: py37
3.8: py38

[testenv]

Expand All @@ -18,6 +19,7 @@ basepython =
py35: python3.5
py36: python3.6
py37: python3.7
py38: python3.8

commands =
python --version
Expand Down

0 comments on commit b6d7f27

Please sign in to comment.