Skip to content

Commit 28075aa

Browse files
authored
Merge branch 'develop' into renovate/tox-3.x
2 parents 915c280 + aa70292 commit 28075aa

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
tox
3535
publish:
3636
docker:
37-
- image: circleci/python:3.6.9
37+
- image: circleci/python:3.8.0b1
3838
working_directory: ~/repo
3939
steps:
4040
- checkout

requirements.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
pytest==4.4.2
2-
docker-compose==1.24.0
3-
tox==3.13.2
1+
tox==3.13.2
2+
pytest==5.0.1
3+
docker-compose==1.24.1

0 commit comments

Comments
 (0)