-
-
Notifications
You must be signed in to change notification settings - Fork 402
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' of github.com:astropy/astroquery into vamdc
- Loading branch information
Showing
9 changed files
with
159 additions
and
100 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
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,37 @@ | ||
# AppVeyor.com is a Continuous Integration service to build and run tests under | ||
# Windows | ||
|
||
environment: | ||
|
||
global: | ||
PYTHON: "C:\\conda" | ||
MINICONDA_VERSION: "latest" | ||
CMD_IN_ENV: "cmd /E:ON /V:ON /C .\\ci-helpers\\appveyor\\windows_sdk.cmd" | ||
PYTHON_ARCH: "64" # needs to be set for CMD_IN_ENV to succeed. If a mix | ||
# of 32 bit and 64 bit builds are needed, move this | ||
# to the matrix section. | ||
CONDA_DEPENDENCIES: "requests beautifulsoup4 matplotlib html5lib keyring aplpy pyregion" | ||
|
||
matrix: | ||
- PYTHON_VERSION: "2.7" | ||
ASTROPY_VERSION: "stable" | ||
NUMPY_VERSION: "stable" | ||
|
||
- PYTHON_VERSION: "3.5" | ||
ASTROPY_VERSION: "stable" | ||
NUMPY_VERSION: "stable" | ||
|
||
platform: | ||
-x64 | ||
|
||
install: | ||
- "git clone git://github.com/astropy/ci-helpers.git" | ||
- "powershell ci-helpers/appveyor/install-miniconda.ps1" | ||
- "SET PATH=%PYTHON%;%PYTHON%\\Scripts;%PATH%" | ||
- "activate test" | ||
|
||
# Not a .NET project, we build the package in the install step instead | ||
build: false | ||
|
||
test_script: | ||
- "%CMD_IN_ENV% python setup.py test" |
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
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
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