Skip to content

Commit

Permalink
Merge pull request #58 from bollwyvl/bump/7.0.1-tests
Browse files Browse the repository at this point in the history
Bump/7.0.1 tests
  • Loading branch information
Carreau authored Sep 29, 2018
2 parents 322b80f + d73d34b commit 0368e41
Show file tree
Hide file tree
Showing 14 changed files with 49 additions and 85 deletions.
3 changes: 0 additions & 3 deletions .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,6 @@ environment:
- CONFIG: win_python3.6
CONDA_INSTALL_LOCN: C:\Miniconda36-x64

- CONFIG: win_python3.7
CONDA_INSTALL_LOCN: C:\Miniconda36-x64


# We always use a 64-bit machine, but can build x86 distributions
# with the TARGET_ARCH variable.
Expand Down
2 changes: 2 additions & 0 deletions .ci_support/linux_python3.5.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ channel_targets:
- conda-forge main
docker_image:
- condaforge/linux-anvil
numpy:
- '1.9'
pin_run_as_build:
python:
min_pin: x.x
Expand Down
2 changes: 2 additions & 0 deletions .ci_support/linux_python3.6.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ channel_targets:
- conda-forge main
docker_image:
- condaforge/linux-anvil
numpy:
- '1.9'
pin_run_as_build:
python:
min_pin: x.x
Expand Down
14 changes: 0 additions & 14 deletions .ci_support/linux_python3.7.yaml

This file was deleted.

2 changes: 2 additions & 0 deletions .ci_support/osx_python3.5.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ macos_machine:
- x86_64-apple-darwin13.4.0
macos_min_version:
- '10.9'
numpy:
- '1.9'
pin_run_as_build:
python:
min_pin: x.x
Expand Down
2 changes: 2 additions & 0 deletions .ci_support/osx_python3.6.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ macos_machine:
- x86_64-apple-darwin13.4.0
macos_min_version:
- '10.9'
numpy:
- '1.9'
pin_run_as_build:
python:
min_pin: x.x
Expand Down
20 changes: 0 additions & 20 deletions .ci_support/osx_python3.7.yaml

This file was deleted.

2 changes: 2 additions & 0 deletions .ci_support/win_python3.5.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ channel_sources:
- conda-forge,defaults
channel_targets:
- conda-forge main
numpy:
- '1.11'
pin_run_as_build:
python:
min_pin: x.x
Expand Down
2 changes: 2 additions & 0 deletions .ci_support/win_python3.6.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ channel_sources:
- conda-forge,defaults
channel_targets:
- conda-forge main
numpy:
- '1.11'
pin_run_as_build:
python:
min_pin: x.x
Expand Down
10 changes: 0 additions & 10 deletions .ci_support/win_python3.7.yaml

This file was deleted.

18 changes: 0 additions & 18 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,28 +35,10 @@ jobs:
- run:
# Run, test and (if we have a BINSTAR_TOKEN) upload the distributions.
command: ./.circleci/run_docker_build.sh
build_linux_python3.7:
working_directory: ~/test
machine: true
environment:
- CONFIG: "linux_python3.7"
steps:
- checkout
- run:
name: Fast finish outdated PRs and merge PRs
command: |
./.circleci/fast_finish_ci_pr_build.sh
./.circleci/checkout_merge_commit.sh
- run:
command: docker pull condaforge/linux-anvil
- run:
# Run, test and (if we have a BINSTAR_TOKEN) upload the distributions.
command: ./.circleci/run_docker_build.sh

workflows:
version: 2
build_and_test:
jobs:
- build_linux_python3.5
- build_linux_python3.6
- build_linux_python3.7
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ env:
matrix:
- CONFIG=osx_python3.5
- CONFIG=osx_python3.6
- CONFIG=osx_python3.7

global:
# The BINSTAR_TOKEN secure variable. This is defined canonically in conda-forge.yml.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ About ipython

Home: https://ipython.org/

Package license: BSD 3-clause
Package license: BSD-3-Clause

Feedstock license: BSD 3-Clause

Expand Down
54 changes: 36 additions & 18 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{% set version = "6.5.0" %}
{% set version = "7.0.1" %}

package:
name: ipython
version: {{ version }}

source:
url: https://pypi.io/packages/source/i/ipython/ipython-{{ version }}.tar.gz
sha256: b0f2ef9eada4a68ef63ee10b6dde4f35c840035c50fd24265f8052c98947d5a4
sha256: 9fed506c3772c875a3048bc134a25e6f5e997b1569b2636f6a5d891f34cbfd46

build:
number: 0
Expand All @@ -15,32 +15,41 @@ build:
entry_points:
- ipython = IPython:start_ipython
- ipython3 = IPython:start_ipython
- iptest = IPython.testing.iptestcontroller:main
- iptest3 = IPython.testing.iptestcontroller:main

requirements:
host:
- python
- pip
run:
- python
- pickleshare
- simplegeneric >0.8
- prompt_toolkit >=1.0.4,<2.0.0
- pygments
run:
- appnope # [osx]
- backcall
- colorama # [win]
- decorator
- traitlets >=4.2
- jedi >=0.10
- pexpect # [unix]
- appnope # [osx]
- colorama # [win]
- pickleshare
- prompt_toolkit >=2.0.0
- pygments
- python
- simplegeneric >0.8
- traitlets >=4.2
- win_unicode_console >=0.5 # [win and py<36]
- backcall

test:
commands:
- ipython -h
- ipython3 -h # [py3k]
requires:
- curio # [unix]
- ipykernel
- nbformat
- nose>=0.10.1
- numpy
- pygments
- requests
- testpath
- trio
- matplotlib
imports:
- IPython
- IPython
- IPython.core
- IPython.core.magics
Expand All @@ -60,12 +69,17 @@ test:
- IPython.testing.tests
- IPython.utils
- IPython.utils.tests
commands:
- ipython -h
- ipython3 -h
- NOSE_EXCLUDE=test_history iptest -j{{ CPU_COUNT }} # [unix]
- iptest -j{{ CPU_COUNT }} # [win]

about:
home: https://ipython.org/
license: BSD 3-clause
license: BSD-3-Clause
license_family: BSD
license_file: COPYING.rst
license_file: LICENSE
summary: "IPython: Productive Interactive Computing"
description: |
IPython provides a rich architecture for interactive computing with
Expand All @@ -78,7 +92,11 @@ extra:
recipe-maintainers:
- Carreau
- jakirkham
- fperez
- ellisonbg
- minrk
- ocefpaf
- pelson
- takluyver
- bollwyvl
- blink1073

1 comment on commit 0368e41

@conda-forge-linter
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi! This is the friendly automated conda-forge-webservice.

I updated the Github team because of this commit.

You should get push access to this feedstock and CI services.

Feel free to join the community chat room.

NOTE: Please make sure to not push to the repository directly.
Use branches in your fork for any changes and send a PR.
More details here

Please sign in to comment.