Skip to content

Commit

Permalink
changed ci
Browse files Browse the repository at this point in the history
  • Loading branch information
vgoehler committed Feb 12, 2020
1 parent d31d388 commit 35971cd
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 32 deletions.
21 changes: 0 additions & 21 deletions .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,27 +10,6 @@ environment:
PYTHON_HOME: C:\Python36
PYTHON_VERSION: '3.6'
PYTHON_ARCH: '32'
- TOXENV: py27,codecov,coveralls
TOXPYTHON: C:\Python27\python.exe
PYTHON_HOME: C:\Python27
PYTHON_VERSION: '2.7'
PYTHON_ARCH: '32'
- TOXENV: py27,codecov,coveralls
TOXPYTHON: C:\Python27-x64\python.exe
PYTHON_HOME: C:\Python27-x64
PYTHON_VERSION: '2.7'
PYTHON_ARCH: '64'
WINDOWS_SDK_VERSION: v7.0
- TOXENV: py35,codecov,coveralls
TOXPYTHON: C:\Python35\python.exe
PYTHON_HOME: C:\Python35
PYTHON_VERSION: '3.5'
PYTHON_ARCH: '32'
- TOXENV: py35,codecov,coveralls
TOXPYTHON: C:\Python35-x64\python.exe
PYTHON_HOME: C:\Python35-x64
PYTHON_VERSION: '3.5'
PYTHON_ARCH: '64'
- TOXENV: py36,codecov,coveralls
TOXPYTHON: C:\Python36\python.exe
PYTHON_HOME: C:\Python36
Expand Down
9 changes: 0 additions & 9 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,6 @@ matrix:
- python: '3.6'
env:
- TOXENV=docs
- env:
- TOXENV=py27,codecov,coveralls
python: '2.7'
- env:
- TOXENV=py35,codecov,coveralls
python: '3.5'
- env:
- TOXENV=py36,codecov,coveralls
python: '3.6'
Expand All @@ -28,9 +22,6 @@ matrix:
- env:
- TOXENV=py38,codecov,coveralls
python: '3.8'
- env:
- TOXENV=pypy,codecov,coveralls
python: 'pypy'
- env:
- TOXENV=pypy3,codecov,coveralls
- TOXPYTHON=pypy3
Expand Down
3 changes: 1 addition & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,12 @@ envlist =
clean,
check,
docs,
{py36,py37,py38,pypy,pypy3},
{py36,py37,py38,pypy3},
report
ignore_basepython_conflict = true

[testenv]
basepython =
pypy: {env:TOXPYTHON:pypy}
pypy3: {env:TOXPYTHON:pypy3}
{py36,docs}: {env:TOXPYTHON:python3.6}
py37: {env:TOXPYTHON:python3.7}
Expand Down

0 comments on commit 35971cd

Please sign in to comment.