Skip to content

Commit

Permalink
Install tox on AppVeyor CI
Browse files Browse the repository at this point in the history
  • Loading branch information
kanghyojun committed Nov 23, 2016
1 parent f82b787 commit a6e7346
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,7 @@ install:
}
$env:PATH = $env:STACK_ROOT + ';C:\msys64\usr\bin;' + $env:PATH;
- if not exist "%LOCALAPPDATA%\Programs\stack" ( stack --no-terminal --skip-msys setup )
- C:\Python35\python -m venv C:\pyvenv
- >
C:\pyvenv\Scripts\Activate.bat &
python -m pip install --upgrade setuptools pip &
pip install --upgrade git+git://github.com/spoqa/nirum-python.git
- C:\Python35\python -m pip install --upgrade tox pip setuptools
build_script:
- stack --no-terminal build --copy-bins
after_build:
Expand All @@ -45,7 +41,7 @@ test_script:
- stack test
# FIXME: duplicate code with test.sh
- stack exec -- nirum -o nirum_fixture test/nirum_fixture
- tox
- C:\Python35\Scripts\tox
artifacts:
- path: nirum-win-x86.exe
- path: nirum-win-x64.exe

0 comments on commit a6e7346

Please sign in to comment.