Skip to content

Commit 98cf4e8

Browse files
author
mx
committed
py 3.6
1 parent 50cdca2 commit 98cf4e8

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ jobs:
33
build:
44
working_directory: ~/circleci-demo-python
55
docker:
6-
- image: circleci/python:3.7.4 # primary container for the build job
6+
- image: circleci/python:3.6.4 # primary container for the build job
77
steps:
88
- checkout # checkout source code to working directory
99
- run:

Pipfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ autopep8 = "*"
1010
[packages]
1111
flask = "*"
1212
pycryptodome = "*"
13+
pytest = "*"
1314

1415
[requires]
15-
python_version = "3.7"
16+
python_version = "3.6"

0 commit comments

Comments
 (0)