We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc05dc3 commit b7325cdCopy full SHA for b7325cd
Dockerfile
@@ -19,5 +19,4 @@ RUN pip install -r requirements.txt
19
COPY . /usr/src/
20
21
RUN python setup.py install
22
-RUN tox -e py
23
-CMD tox -e py -- tests/integration tests/data
+CMD tox -e py -- tests/integration tests/data
0 commit comments