Skip to content

Commit c1bacb6

Browse files
Update to tox 3.2.0 (#117)
* Update to tox 3.2.0
1 parent 8cff7e3 commit c1bacb6

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=3.1.1
33+
ENV TOX_VERSION=3.2.0
3434
RUN pip3 install tox==$TOX_VERSION
3535

3636
ADD . /src

0 commit comments

Comments
 (0)