Skip to content

Commit

Permalink
Update tox and travis config
Browse files Browse the repository at this point in the history
  • Loading branch information
iojw committed Jan 2, 2023
1 parent 567f568 commit 9f68539
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
language: python
dist: xenial
python:
- '3.6'
- '3.7'
- '3.8'
- '3.9'
install:
- python setup.py install
- pip install tox-travis
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[tox]
envlist = py36, py37, py38
envlist = py39
skipdist = true

[testenv]
Expand Down

0 comments on commit 9f68539

Please sign in to comment.