Skip to content

Commit

Permalink
Move paramiko job to github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
alex committed Nov 14, 2020
1 parent 488cd74 commit de3c8dc
Show file tree
Hide file tree
Showing 8 changed files with 3 additions and 60 deletions.
File renamed without changes.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Expand Up @@ -213,6 +213,7 @@ jobs:
strategy:
matrix:
DOWNSTREAM:
- paramiko
- pyopenssl
- twisted
- aws-encryption-sdk
Expand All @@ -228,6 +229,7 @@ jobs:
python-version: 3.7
- run: python -m pip install -U pip wheel
- run: ./.github/downstream.d/${{ matrix.DOWNSTREAM }}.sh install
- run: pip uninstall -y enum34
- run: pip install .
- run: ./.github/downstream.d/${{ matrix.DOWNSTREAM }}.sh run

Expand Down
31 changes: 0 additions & 31 deletions .travis.yml

This file was deleted.

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

This file was deleted.

11 changes: 0 additions & 11 deletions .travis/run.sh

This file was deleted.

2 changes: 0 additions & 2 deletions MANIFEST.in
Expand Up @@ -16,8 +16,6 @@ recursive-include tests *.py
exclude vectors
recursive-exclude vectors *

exclude .travis.yml .travis
recursive-exclude .travis *
recursive-exclude .github *

exclude release.py .coveragerc codecov.yml .readthedocs.yml dev-requirements.txt rtd-requirements.txt tox.ini
Expand Down
3 changes: 0 additions & 3 deletions README.rst
Expand Up @@ -9,9 +9,6 @@ pyca/cryptography
:target: https://cryptography.io
:alt: Latest Docs

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

.. image:: https://github.com/pyca/cryptography/workflows/CI/badge.svg?branch=master
:target: https://github.com/pyca/cryptography/actions?query=workflow%3ACI+branch%3Amaster

Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Expand Up @@ -8,7 +8,7 @@ extras =
test
ssh: ssh
deps =
# This must be kept in sync with .travis/install.sh and .github/workflows/ci.yml
# This must be kept in sync with .github/workflows/ci.yml
coverage
./vectors
randomorder: pytest-randomly
Expand Down

0 comments on commit de3c8dc

Please sign in to comment.