Skip to content

Commit

Permalink
Revert "Temporary updates to CI scripts to test against feature branch"
Browse files Browse the repository at this point in the history
This reverts commit a4e22b9.
  • Loading branch information
drdavella committed Dec 7, 2017
1 parent 15f8f09 commit 760f51b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
4 changes: 1 addition & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,10 @@ env:
# overidden underneath. They are defined here in order to save having
# to repeat them for all configurations.
- PYTHON_VERSION=3.6
#- ASTROPY_VERSION=development
- ASTROPY_VERSION=development
- NUMPY_VERSION=stable
- CONDA_DEPENDENCIES='semantic_version jsonschema pyyaml six lz4'
- GWCS_GIT='git+git://github.com/spacetelescope/gwcs.git#egg=gwcs'
- ASTROPY_GIT='git+git://github.com/drdavella/astropy.git@asdf-icrs-coord#egg=astropy'
- SETUP_CMD='test --remote-data'

matrix:
Expand Down Expand Up @@ -63,7 +62,6 @@ matrix:
install:
- git clone git://github.com/astropy/ci-helpers.git
- source ci-helpers/travis/setup_conda.sh
- python -m pip install --no-deps $ASTROPY_GIT
- python -m pip install --no-deps $GWCS_GIT
- python -m pip install pytest-astropy
- python setup.py install
Expand Down
4 changes: 1 addition & 3 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,8 @@ environment:
MINICONDA_VERSION: "latest"
CMD_IN_ENV: "cmd /E:ON /V:ON /C .\\ci-helpers\\appveyor\\windows_sdk.cmd"
NUMPY_VERSION: "stable"
#ASTROPY_VERSION: "development"
ASTROPY_VERSION: "development"
GWCS_GIT: "git+git://github.com/spacetelescope/gwcs.git#egg=gwcs"
ASTROPY_GIT: "git+git://github.com/drdavella/astropy.git@asdf-icrs-coord#egg=astropy"
CONDA_DEPENDENCIES: "semantic_version jsonschema pyyaml six lz4"
PYTHON_ARCH: "64"

Expand Down Expand Up @@ -39,7 +38,6 @@ install:
- "powershell ci-helpers/appveyor/install-miniconda.ps1"
- "SET PATH=%PYTHON%;%PYTHON%\\Scripts;%PATH%"
- "activate test"
- "%CMD_IN_ENV% python -m pip install --no-deps %ASTROPY_GIT%"
- "%CMD_IN_ENV% python -m pip install --no-deps %GWCS_GIT%"
- "%CMD_IN_ENV% python -m pip install pytest-astropy"
- "%CMD_IN_ENV% python setup.py develop --no-deps"
Expand Down

0 comments on commit 760f51b

Please sign in to comment.