mirror of
https://github.com/saymrwulf/cryptography.git
synced 2026-05-14 20:37:55 +00:00
Run pep8 and packaging in the same job (#5380)
This commit is contained in:
parent
dabc36d7e4
commit
1372bc87a2
1 changed files with 1 additions and 3 deletions
|
|
@ -19,7 +19,7 @@ branches:
|
|||
matrix:
|
||||
include:
|
||||
- python: 3.8
|
||||
env: TOXENV=pep8
|
||||
env: TOXENV=pep8,packaging
|
||||
# Setting 'python' is just to make travis's UI a bit prettier
|
||||
- python: 3.6
|
||||
env: TOXENV=py36
|
||||
|
|
@ -113,8 +113,6 @@ matrix:
|
|||
services: docker
|
||||
env: TOXENV=docs-linkcheck DOCKER=pyca/cryptography-runner-buster
|
||||
if: (branch = master AND type != pull_request) OR commit_message =~ /linkcheck/
|
||||
- python: 3.8
|
||||
env: TOXENV=packaging
|
||||
|
||||
- python: 3.8
|
||||
env: DOWNSTREAM=pyopenssl
|
||||
|
|
|
|||
Loading…
Reference in a new issue