Skip to content

Commit

Permalink
Merge pull request #263 from jnsebgosselin/install_req_for_packagin_a…
Browse files Browse the repository at this point in the history
…fter_tests

PR: Install req for packaging GWHAT in 'after_tests' step on AppVeyor
  • Loading branch information
jnsebgosselin committed Feb 11, 2019
2 parents 164065b + 82f3933 commit f130e66
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ releases/gwhat_*
run_cython.bat
environment/

build_ext.bat
gwrecharge_calculs.c
Colors.db
kgs_brf.exe
Expand Down
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 f130e66

Please sign in to comment.