Skip to content

Commit

Permalink
Switch to GitHub actions CI testing (#188)
Browse files Browse the repository at this point in the history
* Add Github Actions workflow for CI

* Change README badge location for CI

* Remove travis and Appveyor config files

* Fix path to environment files

* Actually fix path to environment files

* [EMPTY] Re-trigger CI

* conda list - see why we can't run flake8 properly

* Activate conda env for github actions testing

* Still trying to narrow down the conda CI issue

* GitHub actions, specify bash shell for flake8 step

* Who needs linting, anyway!

* Rename github actions test CI file

* Verbose pytest for continuous integration

* Remove coverage check from CI, figure it out later

* Unpin slicerator version, think it's causing a version mismatch in testing CI

* Pin slicerator again

* Remove Appyevor CI files

* Update test environment creation instructions

* Typo correction in CONTRIBUTING.rst

* Yep, we really do need slicerator unpinned

* Remove Travis CI files

* Remove CircleCI files

* Remove general CI helper utilities

* Remove references to TravisCI from docs
  • Loading branch information
GenevieveBuckley committed Jul 30, 2021
1 parent bc39edb commit ba212e3
Show file tree
Hide file tree
Showing 29 changed files with 65 additions and 814 deletions.
45 changes: 0 additions & 45 deletions .appveyor.yml

This file was deleted.

31 changes: 0 additions & 31 deletions .appveyor_support/create_env.bat

This file was deleted.

11 changes: 0 additions & 11 deletions .appveyor_support/environments/dpl.yml

This file was deleted.

49 changes: 0 additions & 49 deletions .appveyor_support/install_miniconda.bat

This file was deleted.

27 changes: 0 additions & 27 deletions .circleci/checkout_merge_commit.sh

This file was deleted.

142 changes: 0 additions & 142 deletions .circleci/config.yml

This file was deleted.

27 changes: 0 additions & 27 deletions .circleci/create_env.sh

This file was deleted.

11 changes: 0 additions & 11 deletions .circleci/environments/dpl.yml

This file was deleted.

21 changes: 0 additions & 21 deletions .circleci/environments/tst_py36.yml

This file was deleted.

21 changes: 0 additions & 21 deletions .circleci/environments/tst_py37.yml

This file was deleted.

0 comments on commit ba212e3

Please sign in to comment.