We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4d2be56 commit eb6dc90Copy full SHA for eb6dc90
3 files changed
.circleci/config.yml
@@ -4,7 +4,8 @@ jobs:
4
unit_test:
5
machine:
6
enabled: true
7
- image: "ubuntu-1604:201903-01"
+ image: ubuntu-2004:202111-02
8
+ resource_class: small
9
steps:
10
- checkout
11
- run:
test/.python-version
@@ -1 +1 @@
1
-2.7.12:3.5.2
+2.7.18:3.9.7
test/tox.ini
@@ -1,6 +1,6 @@
[tox]
2
skipsdist = True
3
-envlist = py27,py35
+envlist = py27,py39
[testenv]
deps =
0 commit comments