Skip to content

Commit

Permalink
update travis envs
Browse files Browse the repository at this point in the history
  • Loading branch information
SharpBit committed Oct 7, 2024
1 parent 50c478b commit 8aee1f1
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 10 deletions.
15 changes: 6 additions & 9 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,19 +1,16 @@
language: python

python:
- '3.5'
- '3.6'
matrix:
include:
- python: 3.7
dist: xenial
sudo: true
- '3.9'
- '3.10'
- '3.11'
- '3.12'

install:
- pip install -r requirements-dev.txt
- pip install .
before_script: flake8
script: tox
script:
- tox

notifications:
email:
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ exclude = .tox,__init__.py
ignore = E252,E302,E731,W605

[tox]
envlist = py310
envlist = py39, py310, py311, py312

[pytest]
filterwarnings =
Expand Down

0 comments on commit 8aee1f1

Please sign in to comment.