Skip to content

Commit

Permalink
update Tox and Travis CI configuration to add 3.8 in harness - 1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
emmanvg committed Apr 16, 2020
1 parent 512e911 commit 821d4c7
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
os: linux
language: python
sudo: false # Since this is an older project, this is not the default.
cache: pip
dist: xenial
python:
Expand All @@ -8,6 +8,7 @@ python:
- "3.5"
- "3.6"
- "3.7"
- "3.8"
install:
- pip install -U pip setuptools
- pip install tox-travis
Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ def get_long_description():
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',
],
project_urls={
'Documentation': 'https://stix.readthedocs.io/',
Expand Down
3 changes: 2 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[tox]
envlist = py27, py34, py35, py36, py37, lxml23, docs, no-maec, packaging
envlist = py27, py34, py35, py36, py37, py38, lxml23, docs, no-maec, packaging

[testenv]
commands =
Expand Down Expand Up @@ -46,3 +46,4 @@ python =
3.5: py35, no-maec
3.6: py36, no-maec, packaging
3.7: py37, no-maec
3.8: py38, no-maec

0 comments on commit 821d4c7

Please sign in to comment.