Skip to content

Commit b7d0b36

Browse files
committed
fix tox.ini and requirements.txt paths in Dockerfile
1 parent 8c3af28 commit b7d0b36

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@ RUN pip install -U tox
1313
RUN mkdir python-etcd3
1414
WORKDIR python-etcd3
1515
# Rebuild this layer .tox when tox.ini or requirements changes
16-
COPY tox.ini requirements.txt test-requirements.txt ./
16+
COPY tox.ini ./
17+
COPY requirements/base.txt requirements/test.txt ./requirements/
1718

1819
RUN tox -epy35 --notest
1920

0 commit comments

Comments
 (0)