forked from Blazemeter/taurus
-
Notifications
You must be signed in to change notification settings - Fork 0
/
appveyor.yml
28 lines (22 loc) · 825 Bytes
/
appveyor.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
environment:
matrix:
- PYTHON: "C:\\Python27"
install:
- choco install firefox -version 46.0.1
- "%PYTHON%\\python.exe -m pip install nose nose-exclude"
- "%PYTHON%\\python.exe -m pip install colorlog pyyaml jsonpath-rw psutil!=4.4.0 lxml==3.4.2 cssselect urwid six progressbar33 locustio pyvirtualdisplay astunparse ipaddress"
- "%PYTHON%\\python.exe -m pip install --upgrade selenium==2.53.0"
- "%PYTHON%\\python.exe -m pip install https://github.com/Blazemeter/apiritif/archive/master.zip"
- set PATH=C:\Ruby22\bin;%PATH%
build: off
before_test:
- ruby -v
- gem -v
- gem install rspec
- rspec --version
test_script:
- "%PYTHON%\\python.exe -m nose tests/ --verbosity 3 --exclude-dir=tests/resources"
after_test:
- "%PYTHON%\\python.exe setup.py clean sdist"
artifacts:
- path: dist\*