forked from Robpol86/terminaltables
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathappveyor.yml
18 lines (16 loc) · 855 Bytes
/
appveyor.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Configure.
artifacts:
- path: .coverage
# Run.
init: set PATH=C:\Python35-x64;C:\Python35-x64\Scripts;%PATH%
install:
- appveyor DownloadFile https://raw.githubusercontent.com/appveyor/ci/master/scripts/enable-desktop.ps1
- ps: .\enable-desktop
build_script: pip install tox
test_script: tox -e lint,py35,py34,py33,py27,py26,py35x64,py34x64,py33x64,py27x64,py26x64
# Post.
# on_finish: https://github.com/Robpol86/terminaltables/issues/30
#- appveyor PushArtifact test_ascii_table.png https://github.com/Robpol86/terminaltables/issues/30
#- appveyor PushArtifact test_double_table.png https://github.com/Robpol86/terminaltables/issues/30
#- appveyor PushArtifact test_single_table.png https://github.com/Robpol86/terminaltables/issues/30
#- appveyor PushArtifact test_terminal_io.png https://github.com/Robpol86/terminaltables/issues/30