Skip to content

Commit

Permalink
wip appveyor
Browse files Browse the repository at this point in the history
  • Loading branch information
Lucie Daeye committed Apr 19, 2018
1 parent c9cfb1d commit b7c53a9
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions appveyor.yml
Expand Up @@ -12,7 +12,7 @@ services:
build: false

environment:
nodejs_version: "6"
nodejs_version: "8"
DEBUG: True
DJANGO_SECRET_KEY: secret
DATABASE_URL: postgres://postgres:Password12!@localhost:5432/networkapi
Expand Down Expand Up @@ -40,7 +40,10 @@ init:

install:
- ps: Install-Product node $env:nodejs_version
- npm install
- "npm install -g npm@latest"
- "set"
- "dir"
- "npm ci"
- "virtualenv network -p %PYTHON%/python.exe"
- "./network/Scripts/activate"
- "pip install -r requirements.txt"
Expand Down

0 comments on commit b7c53a9

Please sign in to comment.