Skip to content

Commit

Permalink
Remote py2.7 setting from travis
Browse files Browse the repository at this point in the history
  • Loading branch information
ikimonogakari committed Nov 22, 2021
1 parent ada76b4 commit 064be5a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
language: python
matrix:
include:
- python: "2.7"
env: TOX_ENV=py27
- python: "3.6"
env: TOX_ENV=py36
- python: "3.7"
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tox]
# Travis config explicitly specifies the envs
envlist = py27,py36,py37,py38,py39
envlist = py36,py37,py38,py39

skipsdist = True

Expand Down

0 comments on commit 064be5a

Please sign in to comment.