Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 99e71f7

Browse filesBrowse files
committed
CI: Enable tk again
1 parent da4a603 commit 99e71f7
Copy full SHA for 99e71f7

File tree

Expand file treeCollapse file tree

6 files changed

+12
-60
lines changed
Filter options
Expand file treeCollapse file tree

6 files changed

+12
-60
lines changed

‎appveyor.yml

Copy file name to clipboardExpand all lines: appveyor.yml
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ install:
5252
# this is now the downloaded conda...
5353
- conda info -a
5454
# same things as in tools/conda_recipe
55-
- cmd: conda create -y -q -n test-environment python=%PYTHON_VERSION% pip setuptools numpy python-dateutil freetype=2.5 msinttypes pyparsing pytz tornado libpng zlib pyqt cycler nose mock
55+
- cmd: conda create -y -q -n test-environment python=%PYTHON_VERSION% pip setuptools numpy python-dateutil freetype=2.5 msinttypes tk pyparsing pytz tornado libpng zlib pyqt cycler nose mock
5656
- activate test-environment
5757
# This is needed for the installer to find the dlls...
5858
- set LIBRARY_LIB=%CONDA_DEFAULT_ENV%\Library\lib

‎ci/conda_recipe/bld.bat

Copy file name to clipboardExpand all lines: ci/conda_recipe/bld.bat
-8Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,3 @@ if errorlevel 1 exit 1
1717

1818
rd /s /q %SP_DIR%\dateutil
1919
rd /s /q %SP_DIR%\numpy
20-
21-
if "%ARCH%"=="64" (
22-
set PLAT=win-amd64
23-
) else (
24-
set PLAT=win32
25-
)
26-
27-
::copy C:\Tcl%ARCH%\bin\t*.dll %SP_DIR%\matplotlib-%PKG_VERSION%-py%PY_VER%-%PLAT%.egg\matplotlib\backends

‎ci/conda_recipe/cfg.patch

Copy file name to clipboardExpand all lines: ci/conda_recipe/cfg.patch
-13Lines changed: 0 additions & 13 deletions
This file was deleted.

‎ci/conda_recipe/meta.yaml

Copy file name to clipboardExpand all lines: ci/conda_recipe/meta.yaml
+10-6Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,22 @@
11
# stolen from https://github.com/conda/conda-recipes/tree/master/matplotlib
2+
# selectors [py27] and comments need to be `# [selector] comment` not `[sel] # comment`
23

34
package:
45
name: matplotlib-test
56
version: 1.5.0.9
67

78
source:
89
path: ../../
9-
10+
1011
patches:
11-
# off for now until there is a way to get the dlls tkagg...
12-
#- setupext.patch
13-
# - cfg.patch
12+
# don't run nosetest
1413
- cfg_notests.patch
14+
# nake Qt4Agg the default backend
1515
- cfg_qt4agg.patch [not osx]
1616
- rctmp_pyside.patch [not osx]
17+
# tk work on OSX
1718
- osx-tk.patch [osx]
19+
# dynamic version from git
1820
- condaversion.patch
1921

2022
requirements:
@@ -33,7 +35,8 @@ requirements:
3335
- msinttypes # this package is from the conda-forge channel!
3436
- pyqt [not osx]
3537
- cycler
36-
#- functools32 [py27] # this is actually not available
38+
- tk
39+
#- functools32 [py27] # this is currently not available
3740

3841
run:
3942
- python
@@ -46,7 +49,8 @@ requirements:
4649
- libpng [unix]
4750
- pyqt [not osx]
4851
- cycler
49-
52+
- tk
53+
5054
test:
5155
requires:
5256
- nose

‎ci/conda_recipe/run_test.py

Copy file name to clipboardExpand all lines: ci/conda_recipe/run_test.py
+1-2Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,7 @@
1212
import matplotlib.backends._backend_agg
1313
import matplotlib.ft2font
1414
import matplotlib.ttconv
15-
# currently not working...
16-
#import matplotlib.backends._tkagg
15+
import matplotlib.backends._tkagg
1716

1817
import pylab
1918
import mpl_toolkits

‎ci/conda_recipe/setupext.patch

Copy file name to clipboardExpand all lines: ci/conda_recipe/setupext.patch
-30Lines changed: 0 additions & 30 deletions
This file was deleted.

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.