mirror of
https://github.com/nottinghamtec/PyRIGS.git
synced 2026-01-22 16:02:16 +00:00
Try again with node_js using pip --user
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
language: python
|
language: node_js
|
||||||
node_js:
|
node_js:
|
||||||
"6"
|
"6"
|
||||||
python:
|
python:
|
||||||
@@ -9,8 +9,8 @@ before_install:
|
|||||||
- "/sbin/start-stop-daemon --start --quiet --pidfile /tmp/custom_xvfb_99.pid --make-pidfile --background --exec /usr/bin/Xvfb -- :99 -ac -screen 0 1280x1024x16"
|
- "/sbin/start-stop-daemon --start --quiet --pidfile /tmp/custom_xvfb_99.pid --make-pidfile --background --exec /usr/bin/Xvfb -- :99 -ac -screen 0 1280x1024x16"
|
||||||
|
|
||||||
install:
|
install:
|
||||||
- pip install -r requirements.txt
|
- pip install --user -r requirements.txt
|
||||||
- pip install coveralls codeclimate-test-reporter
|
- pip install --user coveralls codeclimate-test-reporter
|
||||||
- npm install
|
- npm install
|
||||||
- npm build
|
- npm build
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user