forked from django-money/django-money
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.travis.yml
50 lines (50 loc) · 1.11 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
language: python
python:
- 3.6
cache: pip
install: travis_retry pip install tox\>=3.1.2 codecov
script: tox -e $TOX_ENV
matrix:
fast_finish: true
include:
- python: 3.6
env: TOX_ENV=docs
- python: 3.6
env: TOX_ENV=lint
- python: 3.6
env: TOX_ENV=no_rest_framework
- python: 3.7
dist: xenial
env: TOX_ENV=django_master-py37
- python: 3.6
dist: xenial
env: TOX_ENV=django_master-py36
- python: 3.7
dist: xenial
env: TOX_ENV=django30-py37
- python: 3.6
dist: xenial
env: TOX_ENV=django30-py36
- python: 3.7
dist: xenial
env: TOX_ENV=django22-py37
- python: 3.6
dist: xenial
env: TOX_ENV=django22-py36
- python: 3.7
dist: xenial
env: TOX_ENV=django21-py37
- python: 3.6
env: TOX_ENV=django21-py36
- python: 3.6
env: TOX_ENV=django111-py36
- python: 3.5
env: TOX_ENV=django21-py35
- python: pypy3
env: TOX_ENV=django21-pypy3
- python: 3.5
env: TOX_ENV=django111-py35
- python: 3.5
env: TOX_ENV=django22-py35
after_success:
- codecov