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 45c6fec commit fea4ef4Copy full SHA for fea4ef4
.travis.yml
@@ -17,7 +17,7 @@ before_install:
17
18
install:
19
- pip3 install pytest-cov
20
- - pip3 install coverage
+ - pip3 install coverage==4.5.4
21
- pip3 install python-coveralls
22
- pip3 install -r requirements.txt
23
- cd Angular
Docker/alpine/Dockerfile
@@ -48,5 +48,4 @@ RUN npm install
48
EXPOSE 443 80
49
50
WORKDIR /home/user_skf
51
-VOLUME [ "/home/user_skf" ]
52
ENTRYPOINT ["/entrypoint.sh"]
0 commit comments