Skip to content

Commit d9aabe3

Browse files
author
Juergen Hasch
committed
Remove old migrate tests
1 parent 729b316 commit d9aabe3

File tree

3 files changed

+1
-169
lines changed

3 files changed

+1
-169
lines changed

appveyor.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,6 @@ environment:
2020
PYTHON_VERSION: '2.7'
2121
PYTHON_ARCH: '32'
2222

23-
- TOXENV: 'py36-notebook40'
24-
TOXPYTHON: C:\Python36\python.exe
25-
PYTHON_HOME: C:\Python36
26-
PYTHON_VERSION: '3.6'
27-
PYTHON_ARCH: '32'
28-
2923
- TOXENV: 'py36-notebook44'
3024
TOXPYTHON: C:\Python36\python.exe
3125
PYTHON_HOME: C:\Python36

tests/test_migrate.py

Lines changed: 0 additions & 159 deletions
This file was deleted.

tox.ini

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,10 @@ envlist =
1313
basepython =
1414
pypy: {env:TOXPYTHON:pypy}
1515
py27: {env:TOXPYTHON:python2.7}
16-
py33: {env:TOXPYTHON:python3.3}
17-
py34: {env:TOXPYTHON:python3.4}
18-
py35: {env:TOXPYTHON:python3.5}
1916
py36: {env:TOXPYTHON:python3.6}
2017
{spell}: {env:TOXPYTHON:python2.7}
2118
{appveyorartifacts,lint,check}: {env:TOXPYTHON:python3}
22-
{condarecipe}: {env:TOXPYTHON:python3.4}
19+
{condarecipe}: {env:TOXPYTHON:python3.6}
2320
{clean,codecov,coveralls,report}: {env:TOXPYTHON:python3}
2421
{docs,docs_build,docs_linkcheck}: {env:TOXPYTHON:python3}
2522
{bump,pypi_build,pypi_upload}: {env:TOXPYTHON:python3}

0 commit comments

Comments
 (0)