Skip to content

Commit fc05dc3

Browse files
authored
[PLT-0] Docker file issue (#1537)
1 parent 68133c7 commit fc05dc3

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
@@ -19,5 +19,5 @@ RUN pip install -r requirements.txt
1919
COPY . /usr/src/
2020

2121
RUN python setup.py install
22-
RUN tox -e no
22+
RUN tox -e py
2323
CMD tox -e py -- tests/integration tests/data

0 commit comments

Comments
 (0)