forked from platinummonkey/rexpro-python
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathwercker.yml
30 lines (30 loc) · 868 Bytes
/
wercker.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
29
30
box: josh/[email protected]
services:
- platinummonkey/[email protected]
build:
steps:
- script:
name: Install development libraries
code: |-
sudo apt-get update
sudo apt-get install libev4 libev-dev libevent-2.0-5 libevent-dev libevent-extra-2.0-5
- virtualenv:
install_wheel: false
- script:
name: test install rexpro
code: python setup.py -q install
- pip-install:
extra_args: "-q"
requirements_file: "requirements.txt"
- script:
name: test uninstall rexpro
code: pip uninstall -y rexpro
- script:
name: Test ping server
code: ping -c 3 $TITAN_HOST && nc -q 10 -v -z $TITAN_HOST 8184
- script:
name: Run Coverage tests
code: ./run_coverage.sh
- script:
name: Run Compatibility tests
code: tox