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 1083ff0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions appveyor.yml
Expand Up @@ -12,7 +12,6 @@ services:
build: false

environment:
nodejs_version: "6"
DEBUG: True
DJANGO_SECRET_KEY: secret
DATABASE_URL: postgres://postgres:Password12!@localhost:5432/networkapi
Expand All @@ -39,7 +38,7 @@ init:
- "ECHO %PYTHON% %PYTHON_VERSION% %%PYTHON_ARCH"

install:
- ps: Install-Product node $env:nodejs_version
- "node --version"
- npm install
- "virtualenv network -p %PYTHON%/python.exe"
- "./network/Scripts/activate"
Expand Down

0 comments on commit 1083ff0

Please sign in to comment.