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 9836360 commit b5935a6Copy full SHA for b5935a6
.circleci/config.yml
@@ -6,7 +6,7 @@ orbs:
6
jobs:
7
test:
8
docker:
9
- - image: circleci/python:3
+ - image: circleci/python:3.7
10
steps:
11
- checkout
12
- run:
tox.ini
@@ -1,5 +1,5 @@
1
[tox]
2
-envlist = py35,py36,py37
+envlist = python3.5,python3.6,python3.7
3
4
[testenv]
5
deps=pytest
0 commit comments