Skip to content

Commit

Permalink
Install req for packaging GWHAT in 'after_test'
Browse files Browse the repository at this point in the history
This is going to make us save time when the tests fails
  • Loading branch information
jnsebgosselin committed Feb 11, 2019
1 parent 081a6a0 commit 82f3933
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 @@ -35,9 +35,6 @@ install:
# Setup GWHAT dev requirements.
- python -m pip install -r requirements-dev.txt

# Setup requirements for packaging GWHAT.
- python -m pip install pyinstaller pywin32 tornado

# Build the extensions.
- python setup.py build_ext --inplace

Expand All @@ -47,6 +44,10 @@ test_script:
- python runtests.py

after_test:
# Install requirements for packaging GWHAT.
- python -m pip install pyinstaller pywin32 tornado

# Package GWHAT with PyInstaller.
- cmd: set PYTHONPATH=C:\projects\gwhat;%PYTHONPATH%
- cd ./releases
- pyinstaller.exe gwhat.spec
Expand Down

0 comments on commit 82f3933

Please sign in to comment.