equal
deleted
inserted
replaced
52 RUN mkdir /home/$UNAME/build /home/$UNAME/src /home/$UNAME/test |
52 RUN mkdir /home/$UNAME/build /home/$UNAME/src /home/$UNAME/test |
53 |
53 |
54 RUN virtualenv --python=$(which python2) ~/beremizenv |
54 RUN virtualenv --python=$(which python2) ~/beremizenv |
55 |
55 |
56 RUN ~/beremizenv/bin/pip install \ |
56 RUN ~/beremizenv/bin/pip install \ |
|
57 pytest pytest-timeout ddt \ |
57 lxml future matplotlib zeroconf2 enum34 pyro sslpsk posix_spawn \ |
58 lxml future matplotlib zeroconf2 enum34 pyro sslpsk posix_spawn \ |
58 twisted nevow autobahn \ |
59 twisted nevow autobahn \ |
59 wxPython==4.1.1 |
60 wxPython==4.1.1 |
60 |
61 |
61 # Point to python binary test scripts will use |
62 # Point to python binary test scripts will use |