Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit b5935a6

Browse files
committed
Hotfix: Update tox
1 parent 9836360 commit b5935a6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ orbs:
66
jobs:
77
test:
88
docker:
9-
- image: circleci/python:3
9+
- image: circleci/python:3.7
1010
steps:
1111
- checkout
1212
- run:

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[tox]
2-
envlist = py35,py36,py37
2+
envlist = python3.5,python3.6,python3.7
33

44
[testenv]
55
deps=pytest

0 commit comments

Comments
 (0)