Skip to content

Commit

Permalink
Merge pull request #6 from regro-cf-autotick-bot/0.4.1
Browse files Browse the repository at this point in the history
testpath v0.4.1
  • Loading branch information
ocefpaf authored Sep 28, 2018
2 parents 731454a + 10a5226 commit 6404fa8
Show file tree
Hide file tree
Showing 10 changed files with 6 additions and 138 deletions.
6 changes: 0 additions & 6 deletions .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,18 +9,12 @@ environment:
secure: tumuXLL8PU75WMnRDemRy02ruEq2RpNxeK3dz0MjFssnosPm2v4EFjfNB4PTotA1

matrix:
- CONFIG: win_python2.7
CONDA_INSTALL_LOCN: C:\Miniconda36-x64

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

- 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
14 changes: 0 additions & 14 deletions .ci_support/linux_python2.7.yaml

This file was deleted.

14 changes: 0 additions & 14 deletions .ci_support/linux_python3.7.yaml

This file was deleted.

20 changes: 0 additions & 20 deletions .ci_support/osx_python2.7.yaml

This file was deleted.

20 changes: 0 additions & 20 deletions .ci_support/osx_python3.7.yaml

This file was deleted.

10 changes: 0 additions & 10 deletions .ci_support/win_python2.7.yaml

This file was deleted.

10 changes: 0 additions & 10 deletions .ci_support/win_python3.7.yaml

This file was deleted.

36 changes: 0 additions & 36 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -1,23 +1,6 @@
version: 2

jobs:
build_linux_python2.7:
working_directory: ~/test
machine: true
environment:
- CONFIG: "linux_python2.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
build_linux_python3.5:
working_directory: ~/test
machine: true
Expand Down Expand Up @@ -52,29 +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_python2.7
- build_linux_python3.5
- build_linux_python3.6
- build_linux_python3.7
2 changes: 0 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,8 @@ osx_image: xcode6.4

env:
matrix:
- CONFIG=osx_python2.7
- 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
12 changes: 6 additions & 6 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,24 +1,24 @@
{% set version = "0.3.1" %}
{% set version = "0.4.1" %}

package:
name: testpath
version: {{ version }}

source:
url: https://pypi.io/packages/source/t/testpath/testpath-{{ version }}.tar.gz
sha256: 0d5337839c788da5900df70f8e01015aec141aa3fe7936cb0d0a2953f7ac7609
sha256: e4824c689b97e3cfc76b440add3d20a4bb28a671079787a3d07a6bc3ba3d1eca

build:
number: 1
script: "{{ PYTHON }} -m pip install . --no-deps --ignore-installed --no-cache-dir -vvv"
number: 0
skip: True # [py2k]
script: {{PYTHON}} -m flit install --deps=none

requirements:
host:
- python
- pip
- flit
run:
- python
- pathlib2 # [py2k]

test:
imports:
Expand Down

0 comments on commit 6404fa8

Please sign in to comment.