Skip to content
Snippets Groups Projects
Commit 45f97de6 authored by Erik Johnston's avatar Erik Johnston
Browse files

Add py27-old test case to buildkite

parent 899e523d
No related branches found
No related tags found
No related merge requests found
......@@ -90,6 +90,17 @@ steps:
image: "python:3.7"
propagate-environment: true
- command:
- "python -m pip install tox"
- "tox -e py27-old,codecov"
label: ":python: 2.7 / SQLite / Old Deps"
env:
TRIAL_FLAGS: "-j 2"
plugins:
- docker#v3.0.1:
image: "python:2.7"
propagate-environment: true
- label: ":python: 2.7 / :postgres: 9.4"
env:
TRIAL_FLAGS: "-j 4"
......
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