We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 95e59b0 commit 8f023ecCopy full SHA for 8f023ec
.circleci/config.yml
@@ -14,19 +14,19 @@ my-steps: &steps
14
- run: python -m unittest discover test_replays
15
16
jobs:
17
- Python_2.7:
+ Python2:
18
docker:
19
- - image: circleci/python:2.7
+ - image: circleci/python:2.7.15
20
steps: *steps
21
22
- Python_3.6:
+ Python3:
23
24
- - image: circleci/python:3.6
+ - image: circleci/python:3.7
25
26
27
workflows:
28
version: 2
29
build:
30
31
- - Python_2.7
32
- - Python_3.6
+ - Python2
+ - Python3
0 commit comments