Skip to content

Commit c37e58a

Browse files
committed
Merge pull request #36 from gtnx/master
Added 2.6 tests in tox
2 parents 0c374ef + dfe3a2a commit c37e58a

File tree

2 files changed

+26
-0
lines changed

2 files changed

+26
-0
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
language: python
22

33
python:
4+
- 2.6
45
- 2.7
56
- 3.3
67
- 3.4

tox.ini

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55

66
[tox]
77
envlist =
8+
py26-1.4 , py26-1.5, py26-1.6,
89
py27-1.4 , py27-1.5, py27-1.6,
910
py32-1.5, py32-1.6,
1011
py33-1.5, py33-1.6,
@@ -16,6 +17,30 @@ deps =
1617
commands = coverage run -a setup.py test
1718

1819

20+
[testenv:py26-1.4]
21+
basepython = python2.6
22+
deps =
23+
Django == 1.4.12
24+
pandas >= 0.12.0
25+
coverage == 3.6
26+
django-model-utils >= 1.4.0
27+
28+
[testenv:py26-1.5]
29+
basepython = python2.6
30+
deps =
31+
Django == 1.5.7
32+
pandas >= 0.12.0
33+
coverage == 3.6
34+
django-model-utils >= 1.4.0
35+
36+
[testenv:py26-1.6]
37+
basepython = python2.6
38+
deps =
39+
Django == 1.6.4
40+
pandas >= 0.12.0
41+
coverage == 3.6
42+
django-model-utils == 1.4.0
43+
1944
[testenv:py27-1.4]
2045
basepython = python2.7
2146
deps =

0 commit comments

Comments
 (0)