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 68133c7 commit fc05dc3Copy full SHA for fc05dc3
Dockerfile
@@ -19,5 +19,5 @@ RUN pip install -r requirements.txt
19
COPY . /usr/src/
20
21
RUN python setup.py install
22
-RUN tox -e no
+RUN tox -e py
23
CMD tox -e py -- tests/integration tests/data
0 commit comments