Skip to content

Commit 9a3a909

Browse files
committed
Fix python 3.5 env and tests
1 parent 0a7c9ea commit 9a3a909

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.travis.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
language: python
2+
python:
3+
- 3.5
24
sudo: false
35
env:
46
- TOXENV=py27-django18
@@ -7,6 +9,7 @@ env:
79
- TOXENV=py27-django19
810
- TOXENV=pypy-django19
911
- TOXENV=py34-django19
12+
- TOXENV=py35-django19
1013
docsinstall: pip install -q tox
1114
script: tox
1215
deploy:

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[tox]
22
envlist =
33
{py27,pypy,py34}-django{18,19}
4-
py35-1.9
4+
py35-django19
55
docs
66

77
[testenv]

0 commit comments

Comments
 (0)