Skip to content

Commit

Permalink
Testing cmd line util to make test artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
Greg Blumberg committed Jan 11, 2019
1 parent c10817c commit f8c0340
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ build: off
# Turning off Test Script for now
test_script:
- pytest -v
# - "python sharppy/tests/test_url.py https://www.spc.noaa.gov/exper/soundings/18112100_OBS/OUN.txt"
- sharppy examples/data/14061619.OAX

before_deploy:
# Make binaries using PyInstaller
Expand All @@ -47,6 +47,9 @@ artifacts:
- path: "*.png"
name: test images

- path: "examples\\data\\14061619.png"
name: test gui

deploy:
provider: GitHub
release: $(appveyor_repo_tag_name)
Expand Down

0 comments on commit f8c0340

Please sign in to comment.