Skip to content

Commit

Permalink
Drop 3.5 and add 3.8 testing
Browse files Browse the repository at this point in the history
  • Loading branch information
anomam committed Feb 7, 2021
1 parent eb84805 commit 146c83f
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,19 +3,19 @@ workflows:
version: 2
test:
jobs:
- test-python-3.5
- test-python-3.6
- test-python-3.7
- test-python-3.8
jobs:
test-python-3.5: &build-template
test-python-3.6: &build-template
working_directory: ~/SunPower/pvfactors
parallelism: 1
shell: /bin/bash --login
environment:
CIRCLE_ARTIFACTS: /tmp/circleci-artifacts
CIRCLE_TEST_REPORTS: /tmp/circleci-test-results
docker:
- image: circleci/python:3.5.7-stretch
- image: circleci/python:3.6.6-stretch
steps:
- checkout
- run: mkdir -p $CIRCLE_ARTIFACTS $CIRCLE_TEST_REPORTS
Expand Down Expand Up @@ -48,11 +48,11 @@ jobs:
- store_artifacts:
path: build/sphinx/html
destination: docs
test-python-3.6:
<<: *build-template
docker:
- image: circleci/python:3.6.6-stretch
test-python-3.7:
<<: *build-template
docker:
- image: circleci/python:3.7.3-stretch
test-python-3.8:
<<: *build-template
docker:
- image: circleci/python:3.8.5-stretch

0 comments on commit 146c83f

Please sign in to comment.