mirror of
https://github.com/clinton-hall/nzbToMedia.git
synced 2025-08-21 13:53:15 -07:00
Remove tests for Python 2.7
This commit is contained in:
parent
9307563ab8
commit
59232657cb
2 changed files with 2 additions and 5 deletions
|
@ -13,8 +13,6 @@ jobs:
|
||||||
vmImage: 'Ubuntu-latest'
|
vmImage: 'Ubuntu-latest'
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
Python27:
|
|
||||||
python.version: '2.7'
|
|
||||||
Python36:
|
Python36:
|
||||||
python.version: '3.6'
|
python.version: '3.6'
|
||||||
Python37:
|
Python37:
|
||||||
|
|
3
tox.ini
3
tox.ini
|
@ -4,12 +4,11 @@
|
||||||
envlist =
|
envlist =
|
||||||
clean,
|
clean,
|
||||||
check,
|
check,
|
||||||
{py27, py35, py36, py37},
|
{py35, py36, py37},
|
||||||
report
|
report
|
||||||
|
|
||||||
[testenv]
|
[testenv]
|
||||||
basepython =
|
basepython =
|
||||||
py27: {env:TOXPYTHON:python2.7}
|
|
||||||
py35: {env:TOXPYTHON:python3.5}
|
py35: {env:TOXPYTHON:python3.5}
|
||||||
py36: {env:TOXPYTHON:python3.6}
|
py36: {env:TOXPYTHON:python3.6}
|
||||||
py37: {env:TOXPYTHON:python3.7}
|
py37: {env:TOXPYTHON:python3.7}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue