Skip to content
This repository has been archived by the owner on Nov 3, 2022. It is now read-only.

Commit

Permalink
Support Python 3.5 testing
Browse files Browse the repository at this point in the history
  • Loading branch information
ymyzk committed Oct 9, 2015
1 parent 4c8c190 commit 908dc52
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .travis.yml
@@ -1,4 +1,6 @@
language: python
python:
- 3.5
install:
- pip install 'tox>=2.1,<2.2'
script:
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
@@ -1,5 +1,5 @@
[tox]
envlist = {py27,py32,py33,py34,pypy,pypy3}-django{17,18}, {py27,py34,pypy}-django19, coverage, docs, flake8
envlist = {py27,py32,py33,py34,pypy,pypy3}-django{17,18}, {py27,py34,py35,pypy}-django19, coverage, docs, flake8

[testenv]
deps =
Expand Down

0 comments on commit 908dc52

Please sign in to comment.