Skip to content

Commit b878852

Browse files
Add python2 to the CI
1 parent 433e5fe commit b878852

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

.travis.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ cache: pip
55
matrix:
66
fast_finish: true
77
include:
8+
- python: 2.7
9+
env: TOXENV=py27-django111-drf37
10+
811
- python: 3.4
912
env: TOXENV=py34-django111-drf37
1013
- python: 3.4

tox.ini

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
[tox]
22
envlist =
3+
py27-django111-drf37
34
{py34,py35,py36,py37}-django{111,20}-drf37,
45
py{35,36,37}-djangomaster-drf37
56
flake8
@@ -8,6 +9,7 @@ envlist =
89
[testenv]
910
passenv = CI TRAVIS TRAVIS_*
1011
basepython =
12+
py27: python2.7
1113
py34: python3.4
1214
py35: python3.5
1315
py36: python3.6

0 commit comments

Comments
 (0)