Skip to content
Snippets Groups Projects
Commit fc33e813 authored by Richard van der Hoff's avatar Richard van der Hoff
Browse files

Combine the pep8 and check_isort builds into one

there's really no point spinning up two separate jobs for these.
parent 77d3b577
No related branches found
No related tags found
No related merge requests found
...@@ -22,7 +22,7 @@ matrix: ...@@ -22,7 +22,7 @@ matrix:
env: TOX_ENV=packaging env: TOX_ENV=packaging
- python: 3.6 - python: 3.6
env: TOX_ENV=pep8 env: TOX_ENV="pep8, check_isort"
- python: 2.7 - python: 2.7
env: TOX_ENV=py27 env: TOX_ENV=py27
...@@ -46,9 +46,6 @@ matrix: ...@@ -46,9 +46,6 @@ matrix:
services: services:
- postgresql - postgresql
- python: 3.6
env: TOX_ENV=check_isort
- # we only need to check for the newsfragment if it's a PR build - # we only need to check for the newsfragment if it's a PR build
if: type = pull_request if: type = pull_request
python: 3.6 python: 3.6
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment