|
@@ -19,7 +19,7 @@ WORKDIR /code/
|
|
|
|
|
|
# FIXME(chris-crone): virtualenv 16.3.0 breaks build, force 16.2.0 until fixed
|
|
|
RUN pip install virtualenv==16.2.0
|
|
|
-RUN pip install tox==2.1.1
|
|
|
+RUN pip install tox==2.9.1
|
|
|
|
|
|
ADD requirements.txt /code/
|
|
|
ADD requirements-dev.txt /code/
|