Skip to content

Commit

Permalink
Drop CircleCi and Appveyor
Browse files Browse the repository at this point in the history
  • Loading branch information
Zac-HD committed Jun 2, 2019
1 parent 389d47c commit f6e6a45
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 109 deletions.
12 changes: 0 additions & 12 deletions .circleci/config.yml

This file was deleted.

87 changes: 0 additions & 87 deletions appveyor.yml

This file was deleted.

5 changes: 2 additions & 3 deletions hypothesis-python/docs/supported.rst
Original file line number Diff line number Diff line change
Expand Up @@ -88,9 +88,8 @@ Regularly verifying this
------------------------

Everything mentioned above as explicitly supported is checked on every commit
with `Travis <https://travis-ci.org/HypothesisWorks/hypothesis>`_,
`Appveyor <https://ci.appveyor.com/project/DRMacIver/hypothesis>`_, and
`CircleCI <https://circleci.com/gh/HypothesisWorks/hypothesis>`_.
with `Travis <https://travis-ci.org/HypothesisWorks/hypothesis>`__, and
`Azure Pipelines <https://dev.azure.com/HypothesisWorks/Hypothesis/>`__.
Our continous delivery pipeline runs all of these checks before publishing
each release, so when we say they're supported we really mean it.

Expand Down
7 changes: 0 additions & 7 deletions hypothesis-python/scripts/basic-test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -35,13 +35,6 @@ pip install ".[lark]"
$PYTEST tests/lark/
pip uninstall -y lark-parser

# We run a reduced set of tests on the macOS CI so that it runs in vaguely
# reasonable time.
if [ "$CIRCLECI" = true ]; then
echo Skipping the rest of the test suite on CircleCI.
exit 0
fi

if [ "$(python -c 'import sys; print(sys.version_info[:2] in ((2, 7), (3, 6)))')" = "False" ] ; then
exit 0
fi
Expand Down

0 comments on commit f6e6a45

Please sign in to comment.