Skip to content

Commit

Permalink
Merge pull request #908 from larrybradley/win-travis
Browse files Browse the repository at this point in the history
Remove AppVeyor CI and move windows CI testing to travis-ci
  • Loading branch information
larrybradley committed Aug 1, 2019
2 parents dd9da4b + bac0907 commit 20694a7
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 45 deletions.
6 changes: 6 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,12 @@ matrix:
env: NUMPY_VERSION=dev
EVENT_TYPE='push pull_request cron'

# Test with Windows
- os: windows
stage: Comprehensive tests
env: CONDA_DEPENDENCIES=''
PIP_DEPENDENCIES='Cython scipy scikit-learn matplotlib scikit-image>0.14.1'

# Test with MacOS X
- stage: Cron tests
os: osx
Expand Down
3 changes: 1 addition & 2 deletions CONTRIBUTING.rst
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,7 @@ Other Tips

$ git commit --amend

- To skip only the AppVeyor (Windows) CI builds you can use ``[skip
appveyor]``, and to skip testing on Travis CI use ``[skip travis]``.
- To skip only the testing on Travis CI use ``[skip travis]``.

- If your commit makes substantial changes to the documentation, but no code
changes, the you can use ``[docs only]``, that will skip all but the
Expand Down
6 changes: 1 addition & 5 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Photutils

|PyPI Version| |Anaconda Version| |Anaconda Downloads| |Astropy|

|Travis Status| |Coveralls Status| |CircleCI Status| |AppVeyor Status| |Latest RTD Status|
|Travis Status| |Coveralls Status| |CircleCI Status| |Latest RTD Status|

Photutils is an `Astropy`_ package for detection and photometry of
astronomical sources.
Expand Down Expand Up @@ -74,10 +74,6 @@ Photutils is licensed under a 3-clause BSD license. Please see the
:target: https://circleci.com/gh/astropy/photutils
:alt: CircleCI Status

.. |AppVeyor Status| image:: https://ci.appveyor.com/api/projects/status/by27a71echj18b4f/branch/master?svg=true
:target: https://ci.appveyor.com/project/astropy/photutils/branch/master
:alt: AppVeyor Status

.. |Stable RTD Status| image:: https://readthedocs.org/projects/photutils/badge/?version=stable
:target: https://photutils.readthedocs.io/en/stable/
:alt: Stable Documentation Status
Expand Down
38 changes: 0 additions & 38 deletions appveyor.yml

This file was deleted.

0 comments on commit 20694a7

Please sign in to comment.