Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

run full tests #104

Open
wants to merge 30 commits into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
Show all changes
30 commits
Select commit Hold shift + click to select a range
5046861
run full tests
CJ-Wright Jul 23, 2018
ac0ab95
Merge branch 'master' of github.com:conda-forge/conda-smithy-feedstoc…
CJ-Wright Jul 23, 2018
ed68dab
WIP: use source_files, but can't find source files
CJ-Wright Jul 23, 2018
45c84ce
update version/sha
CJ-Wright Aug 1, 2018
ef0821f
pull from upstream
CJ-Wright Aug 1, 2018
fb49dcd
updated v3.1.10
CJ-Wright Aug 1, 2018
fd4241f
MNT: Re-rendered with conda-smithy 3.1.10 and pinning 2018.07.24
CJ-Wright Aug 1, 2018
3ea9939
update to 3.1.11
ocefpaf Aug 11, 2018
1ffe05c
Update meta.yaml
ocefpaf Aug 11, 2018
687b96f
updated v3.1.12
CJ-Wright Aug 19, 2018
af91478
updated v3.2.2
scopatz Dec 13, 2018
ccdb14e
MNT: Re-rendered with conda-smithy 3.1.12 and pinning 2018.12.12
scopatz Dec 13, 2018
2c3659a
Require `vsts-python-api`
jakirkham Dec 15, 2018
d39d630
Bump build number to 1
jakirkham Dec 15, 2018
c1de93e
Rename `build` to `host`
jakirkham Dec 15, 2018
1457236
Require Python 3.5+
jakirkham Dec 15, 2018
4246fa8
Bump build number to 2
jakirkham Dec 15, 2018
fb96a09
updated v3.2.6
scopatz Jan 15, 2019
b9ada8a
MNT: Re-rendered with conda-build 3.17.5, conda-smithy 3.2.6, and con…
scopatz Jan 15, 2019
0d977e6
updated v3.2.7
scopatz Jan 15, 2019
3462d92
updated v3.2.8
scopatz Jan 15, 2019
5544cc5
MNT: Re-rendered with conda-build 3.17.5, conda-smithy 3.2.8, and con…
scopatz Jan 15, 2019
e9379cf
Add git as a runtime dep
mariusvniekerk Jan 16, 2019
3a25dd1
updated v3.2.9
mariusvniekerk Jan 16, 2019
a596924
updated v3.1.13
mariusvniekerk Jan 24, 2019
70b2ae3
updated v3.2.10
mariusvniekerk Jan 26, 2019
5771821
Add git config
Jan 25, 2019
96c8ba0
Merge pull request #1 from soapy1/config-git
CJ-Wright Feb 5, 2019
4f18429
pull in master
CJ-Wright Feb 5, 2019
8ffa507
use glbl config
CJ-Wright Feb 5, 2019
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,13 @@ test:
- conda_smithy.configure_feedstock
commands:
- conda smithy --help
- if ! [[ $(git config --get user.name) ]]; then git config --global user.name "Testy McTest"; fi
- if ! [[ $(git config --get user.email) ]]; then git config --global user.email "[email protected]"; fi
- py.test .
source_files:
- tests/*
requires:
- pytest

about:
home: https://github.com/conda-forge/conda-smithy
Expand Down