Skip to content

Commit 0be7949

Browse files
committed
Tests: run tests with Python3.8 in CircleCI
1 parent 61e94ca commit 0be7949

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)