Skip to content

Commit 72f82af

Browse files
committed
Upgrade tox to latest: 3.0.0
1 parent f5978d9 commit 72f82af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ RUN curl -fsSLo /tmp/geckodriver.tar.gz https://github.com/mozilla/geckodriver/r
3030
&& chmod 755 /opt/geckodriver-$GECKODRIVER_VERSION \
3131
&& ln -fs /opt/geckodriver-$GECKODRIVER_VERSION /usr/bin/geckodriver
3232

33-
ENV TOX_VERSION=2.9.1
33+
ENV TOX_VERSION=3.0.0
3434
RUN pip3 install tox==$TOX_VERSION
3535

3636
ADD . /src

0 commit comments

Comments
 (0)