Skip to content

Commit

Permalink
paranoid packaging check for 3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
cjw296 committed Jan 29, 2020
1 parent 35c733d commit 4bc7455
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .circleci/config.yml
Expand Up @@ -59,7 +59,13 @@ common: &common
only: master

- check-package:
name: check-package-python37
name: check-package-python36
image: circleci/python:3.6
requires:
- package

- check-package:
name: check-package-python36
image: circleci/python:3.7
requires:
- package
Expand All @@ -81,6 +87,7 @@ common: &common
name: release
config: .carthorse.yml
requires:
- check-package-python36
- check-package-python37
- check-package-python38
- check-package-pypy36
Expand Down

0 comments on commit 4bc7455

Please sign in to comment.