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 50cdca2 commit 98cf4e8Copy full SHA for 98cf4e8
.circleci/config.yml
@@ -3,7 +3,7 @@ jobs:
3
build:
4
working_directory: ~/circleci-demo-python
5
docker:
6
- - image: circleci/python:3.7.4 # primary container for the build job
+ - image: circleci/python:3.6.4 # primary container for the build job
7
steps:
8
- checkout # checkout source code to working directory
9
- run:
Pipfile
@@ -10,6 +10,7 @@ autopep8 = "*"
10
[packages]
11
flask = "*"
12
pycryptodome = "*"
13
+pytest = "*"
14
15
[requires]
-python_version = "3.7"
16
+python_version = "3.6"
0 commit comments