Skip to content

Commit

Permalink
Try again!
Browse files Browse the repository at this point in the history
  • Loading branch information
suchow committed Apr 3, 2016
1 parent 0aeafd6 commit e24d9d1
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,11 @@ environment:
build: false

install:
- "%PYTHON%\\python.exe -m pip install -r requirements.txt"
- "SET PATH=%PYTHON%;%PATH%"
- pip install -r requirements.txt

build_script:
- "%PYTHON%\\python.exe setup.py build"
- python setup.py install

test_script:
- "%PYTHON%\\python.exe nosetests"
- nosetests

0 comments on commit e24d9d1

Please sign in to comment.