Skip to content

Commit

Permalink
---/NiCo: fixed error in appveyor config
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicoretti committed Mar 24, 2016
1 parent 3c9f4a5 commit b11c165
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,13 @@ environment:

install:
- SET PATH=%python_version%\bin;%PATH%
- dir
- pip install --upgrade pip
- pip install setuptools
- pip install --upgrade setuptools
- pip install requirements.txt
- pip install -e .

test_script:
- python setup.py test

build: off

0 comments on commit b11c165

Please sign in to comment.