Skip to content

Commit

Permalink
Merge pull request 1tayH#4 from cclauss/patch-2
Browse files Browse the repository at this point in the history
CircleCI: Add the brand new Python 3.7 to the mix!
  • Loading branch information
1tayH authored Jul 3, 2018
2 parents 8f4e365 + 7f78e0b commit ae70264
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@ jobs:
# make sure the script runs, set a 60s timeout
command: |
. venv/bin/activate
python --version
pip --version
python noisy.py --config config.json --timeout 60
- store_artifacts:
Expand All @@ -48,9 +50,16 @@ jobs:
working_directory: ~/repo
steps: *steps

Python_3.7:
docker:
- image: circleci/python:3.7-rc-node
working_directory: ~/repo
steps: *steps

workflows:
version: 2
build:
jobs:
- Python_2.7
- Python_3.6
- Python_3.7

0 comments on commit ae70264

Please sign in to comment.