forked from HypothesisWorks/hypothesis
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.travis.yml
85 lines (76 loc) · 1.76 KB
/
.travis.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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
language: c
sudo: false
env: PYTHONDONTWRITEBYTECODE=x
os:
- osx
- linux
cache:
apt: true
directories:
- $HOME/.runtimes
- $HOME/.venv
- $HOME/.cache/pip
- $HOME/wheelhouse
env:
global:
- BUILD_RUNTIMES=$HOME/.runtimes
matrix:
- TASK=documentation
- TASK=lint
- TASK=check-format
- TASK=check-coverage
- TASK=check-unicode
- TASK=check-ancient-pip
- TASK=check-pypy
- TASK=check-py35
- TASK=check-py27
- TASK=check-py273
- TASK=check-py34
- TASK=check-nose
- TASK=check-pytest30
- TASK=check-fakefactory052
- TASK=check-fakefactory053
- TASK=check-fakefactory060
- TASK=check-django17
- TASK=check-django18
script:
- make $TASK
matrix:
exclude:
- os: osx
env: TASK=check-py273
- os: osx
env: TASK=check-py34
- os: osx
env: TASK=check-unicode
- os: osx
env: TASK=check-ancient-pip
- os: osx
env: TASK=check-fakefactory052
- os: osx
env: TASK=check-fakefactory053
- os: osx
env: TASK=check-fakefactory060
- os: osx
env: TASK=documentation
- os: osx
env: TASK=check-django17
- os: osx
env: TASK=check-django18
- os: osx
env: TASK=check-examples2
- os: osx
env: TASK=check-examples3
- os: osx
env: TASK=check-coverage
- os: osx
env: TASK=check-format
- os: osx
env: TASK=lint
fast_finish: true
notifications:
email:
recipients:
- david@drmaciver.com
on_success: never
on_failure: change