Skip to content

Commit

Permalink
Merge pull request #108 from virtapi/38
Browse files Browse the repository at this point in the history
Enable Python 3.8 tests
  • Loading branch information
foxxx0 committed Jun 17, 2020
2 parents a12c51b + 0493499 commit 9e49bad
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ language: python
python:
- "3.6"
- "3.7"
- "3.8"
before_install:
- sudo apt-get update -q
- sudo apt-get -y install libvirt-bin libvirt-dev
Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ def read(fname):
# that you indicate whether you support Python 2, Python 3 or both.
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',
'License :: OSI Approved :: GNU Affero General Public License v3.0 only (AGPL-3.0-only)',
]
)
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[tox]
envlist = py3{6,7}, pypy3
envlist = py3{6,7,8}, pypy3

[testenv]
deps =
Expand Down

0 comments on commit 9e49bad

Please sign in to comment.