-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #19 from CDAT/issue_12_cmp_failing
Mingle python 2 and 3 with ifdef
- Loading branch information
Showing
6 changed files
with
174 additions
and
23 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,7 +9,6 @@ | |
#if PY_MAJOR_VERSION >= 3 | ||
|
||
/***** Python 3 *****/ | ||
|
||
#define IS_PY3 1 | ||
|
||
/* Strings */ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,36 @@ | ||
general: | ||
#branches: | ||
# ignore: | ||
# We only want to build pull requests for testing. If something is merged, | ||
# then we are prepping for release an there is no need to build it again. | ||
# - master | ||
artifacts: | ||
- tests_html | ||
- tests_png | ||
|
||
checkout: | ||
post: | ||
- ./ci-support/checkout_merge_commit.sh | ||
|
||
#machine: | ||
machine: | ||
# xcode: | ||
# version: 7.2 | ||
pre: | ||
- sudo -H pip install --upgrade virtualenv | ||
- ls | ||
- pwd | ||
- bash cdtime/ci-support/circleci_mac_machine_pre.sh | ||
#services: | ||
# - docker | ||
|
||
dependencies: | ||
override: | ||
- bash ./ci-support/circleci_mac_dep.sh | ||
# - docker pull cdat/conda:conda-forge-cdms2 | ||
|
||
|
||
test: | ||
override: | ||
- bash ./ci-support/circleci_mac.sh | ||
# - docker run -it -v `pwd`:/git_repo -a STDOUT -a STDERR -P cdat/conda:conda-forge-cdms2 /git_repo/ci-support/circle.sh |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters