Skip to content

Commit

Permalink
Test Py3.10 and go beta
Browse files Browse the repository at this point in the history
  • Loading branch information
mar10 committed Jul 10, 2022
1 parent 66535af commit cd5e57a
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 11 deletions.
29 changes: 21 additions & 8 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,25 +3,38 @@ language: python
os: linux
jobs:
include:
- python: "3.10"
env: TOXENV=py310
dist: bionic
- python: "3.9"
env: TOXENV=py39
- python: "3.8"
env: TOXENV=py38
- python: "3.7"
env: TOXENV=py37
dist: xenial
before_install:
# Fix "AttributeError: 'str' object has no attribute 'name'" on Py37
- pip install -U importlib_metadata
- python: "3.6"
env: TOXENV=py36
# - python: "3.5" # EOL 2020-09-13
before_install:
# Fix for cryptography on Py36
- pip install --upgrade virtualenv
# - python: "3.5" # EOL 2020-09-13
# env: TOXENV=py35
- python: "3.10-dev"
env: TOXENV=py310
- python: "3.11-dev"
env: TOXENV=py311
dist: bionic
allow_failures:
- python: "3.10-dev"
env: TOXENV=py310
before_install:
# Fix for cryptography on Py36
- pip install --upgrade virtualenv
- python: "3.11-dev"
env: TOXENV=py311
dist: bionic

# before_install:
# # Fix for cryptography on Py36
# - pip install --upgrade virtualenv

install:
- pip install tox-travis flake8 coveralls coverage isort
script:
Expand Down
7 changes: 4 additions & 3 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ long_description = file: README.md
long_description_content_type = text/markdown
keywords = build, setup, ci, workflow, automation
license = MIT
license_file = LICENSE.txt
license_files = LICENSE.txt
classifiers =
Development Status :: 3 - Alpha
# Development Status :: 4 - Beta
# Development Status :: 3 - Alpha
Development Status :: 4 - Beta
# Development Status :: 5 - Production/Stable
Environment :: Console
Intended Audience :: Developers
Expand All @@ -31,6 +31,7 @@ classifiers =
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Topic :: Software Development :: Build Tools
Topic :: System :: Installation/Setup
Topic :: System :: Software Distribution
Expand Down

0 comments on commit cd5e57a

Please sign in to comment.