Skip to content

Commit

Permalink
Merge update-ci-to-py3.8 into integration
Browse files Browse the repository at this point in the history
  • Loading branch information
movestill committed Nov 12, 2020
2 parents e6897d3 + a776f87 commit 369b64e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ commands:
- run: cp settings/settings.ini.test settings/settings.ini
- run: python -m pytest -c test_apl.cfg
jobs:
test_py3_5:
test_py3_8:
docker:
- image: circleci/python:3.5
- image: circleci/python:3.8
- image: circleci/dynamodb:latest
environment:
NDINGEST_TEST: 1
Expand All @@ -37,5 +37,5 @@ workflows:
version: 2
test:
jobs:
- test_py3_5
- test_py3_8

0 comments on commit 369b64e

Please sign in to comment.