-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy path.travis.yml
More file actions
30 lines (24 loc) · 742 Bytes
/
.travis.yml
File metadata and controls
30 lines (24 loc) · 742 Bytes
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
language: python
python:
- "2.7"
# command to install dependencies
install:
- pip install -r requirements.txt
- pip install pytest
# command to run tests
script:
- py.test -v --color=yes --exitfirst --showlocals --durations=5
- python enigma.py -?
- python enigma.py run "B-I-III-I EMO UX.MO.AY 13.04.11" -m "TESTING" -t -H "()"
- python enigma.py run "A-I-IV-I RXQ UX.MO.AY.NE 13.04.11" -s 20 -t
after_success:
- python enigma.py version
notifications:
webhooks:
urls:
- https://webhooks.gitter.im/e/920922291f38783ce717
on_success: change
on_failure: always
on_start: never
# TBD - Automatic deployment? - http://docs.travis-ci.com/user/deployment/pypi/ <<<
# Missing py.test arg: --cache-clear