Skip to content

Commit

Permalink
remove travis since it no longer works (#652)
Browse files Browse the repository at this point in the history
we have no arm64 testing solution for the moment, but we'll get
something set up again soon
  • Loading branch information
reaperhulk committed Dec 23, 2020
1 parent cd93458 commit d28849d
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 65 deletions.
39 changes: 0 additions & 39 deletions .travis.yml

This file was deleted.

22 changes: 0 additions & 22 deletions .travis/install.sh

This file was deleted.

3 changes: 0 additions & 3 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,6 @@ PyNaCl: Python binding to the libsodium library
:target: https://pypi.org/project/PyNaCl/
:alt: Latest Version

.. image:: https://travis-ci.org/pyca/pynacl.svg?branch=master
:target: https://travis-ci.org/pyca/pynacl

.. image:: https://codecov.io/github/pyca/pynacl/coverage.svg?branch=master
:target: https://codecov.io/github/pyca/pynacl?branch=master

Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ deps =
pretend
passenv = SODIUM_INSTALL SODIUM_INSTALL_MINIMAL PYNACL_SODIUM_STATIC LIB INCLUDE LIBSODIUM_MAKE_ARGS
commands =
coverage run --parallel-mode -m pytest --capture=no --strict
coverage run --parallel-mode -m pytest --capture=no --strict-markers {posargs}
coverage combine
coverage report -m

Expand Down

0 comments on commit d28849d

Please sign in to comment.