Skip to content

Commit 424afa8

Browse files
committed
Trying to fix failing build on Travis
1 parent 440f57d commit 424afa8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

requirements/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@ ENV PATH=/opt/python/cp36-cp36m/bin:$PATH
3131

3232
# we need numpy to build python-fcl
3333
# since we set our path we'll be using the right pip
34-
RUN pip install numpy cython
34+
RUN pip3 install numpy cython
3535

3636
# build the python-fcl module
3737
COPY . /python_fcl
38-
RUN cd /python_fcl && python setup.py build_ext
38+
RUN cd /python_fcl && python3 setup.py build_ext

0 commit comments

Comments
 (0)