Skip to content

Commit

Permalink
[CI] Add mode python version in CI process (#20)
Browse files Browse the repository at this point in the history
  • Loading branch information
Zheaoli authored Jan 11, 2022
1 parent 9bca4dc commit 2a0a1f3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ python:
- '3.6'
- '3.7'
- '3.8'
- '3.9'
- '3.10'
services: docker
sudo: required
cache:
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 = py27, py35
envlist = py27, py35, py36, py37, py38, py39, py310

[testenv]
passenv = CC LD
Expand Down

0 comments on commit 2a0a1f3

Please sign in to comment.