forked from crccheck/django-object-actions
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.travis.yml
37 lines (35 loc) · 863 Bytes
/
.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
language: python
cache: pip
matrix:
include:
- python: 2.7
env: TOX_ENV=django18-py27
- python: 3.4
env: TOX_ENV=django18-py34
- python: 3.5
env: TOX_ENV=django18-py35
- python: 2.7
env: TOX_ENV=django19-py27
- python: 3.4
env: TOX_ENV=django19-py34
- python: 3.5
env: TOX_ENV=django19-py35
- python: 2.7
env: TOX_ENV=django110-py27
- python: 3.5
env: TOX_ENV=django110-py35
- python: 2.7
env: TOX_ENV=django111-py27
- python: 3.5
env: TOX_ENV=django111-py35
- python: 3.6
env: TOX_ENV=django111-py36
- python: 3.5
env: TOX_ENV=django20-py35
- python: 3.6
env: TOX_ENV=django20-py36
- python: 3.6
env: TOX_ENV=coveralls-django111-py36
install: pip install tox coveralls
script: tox -e $TOX_ENV
after_success: coveralls