diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index 068a1f8..0000000 --- a/.travis.yml +++ /dev/null @@ -1,18 +0,0 @@ -language: python -python: - - "2.7" - - "3.4" - - "3.7" - - "pypy" - - "pypy3" -install: - - pip install pytest - - if [[ $TRAVIS_PYTHON_VERSION == 2.7 ]]; then pip install cryptography; fi - - if [[ $TRAVIS_PYTHON_VERSION == 3.4 ]]; then pip install cryptography; fi - - if [[ $TRAVIS_PYTHON_VERSION == 3.7 ]]; then pip install cryptography; fi - - if [[ $TRAVIS_PYTHON_VERSION == 2.7 ]]; then pip install coverage coveralls; fi -script: - - if [[ $TRAVIS_PYTHON_VERSION == 2.7 ]]; then coverage run --source pysyncobj -m py.test -v -l test_syncobj.py; fi - - if [[ $TRAVIS_PYTHON_VERSION != 2.7 ]]; then py.test -v -l test_syncobj.py; fi -after_success: - - if [[ $TRAVIS_PYTHON_VERSION == 2.7 ]]; then coveralls -v; fi diff --git a/README.md b/README.md index dbff376..76286d5 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ [![Build Status][travis-image]][travis] [![Windows Build Status][appveyor-image]][appveyor] [![Coverage Status][coverage-image]][coverage] [![Release][release-image]][releases] [![License][license-image]][license] [![gitter][gitter-image]][gitter] [![docs][docs-image]][docs] -[travis-image]: https://travis-ci.org/bakwc/PySyncObj.svg?branch=master +[travis-image]: https://github.com/bakwc/PySyncObj/actions/workflows/tests.yaml/badge.svg [travis]: https://travis-ci.org/bakwc/PySyncObj [appveyor-image]: https://ci.appveyor.com/api/projects/status/github/bakwc/pysyncobj?branch=master&svg=true