Skip to content

Commit 62caf48

Browse files
authored
Merge pull request #8718 from readthedocs/humitos/test-py38
Tests: run tests with Python3.8 in CircleCI
2 parents a95a31e + 0be7949 commit 62caf48

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- run: git submodule sync
1616
- run: git submodule update --init
1717
- run: pip install --user tox
18-
- run: tox -e py36,codecov
18+
- run: tox -e py38,codecov
1919

2020
tests-embedapi:
2121
docker:

0 commit comments

Comments
 (0)