Skip to content

Commit

Permalink
Python 35
Browse files Browse the repository at this point in the history
  • Loading branch information
kbiernat committed Dec 14, 2017
1 parent 5ec0fe2 commit 18ff119
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
7 changes: 6 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
language: python
python: 2.7
python:
- "2.7"
- "3.4"
- "3.5"

cache:
directories:
Expand All @@ -16,6 +19,8 @@ env:
- TOX_ENV=py27-dj111-coveralls
- TOX_ENV=py34-dj110-coveralls
- TOX_ENV=py34-dj111-coveralls
- TOX_ENV=py35-dj110-coveralls
- TOX_ENV=py35-dj111-coveralls

matrix:
allow_failures:
Expand Down
3 changes: 2 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
[tox]
skipsdist = True
envlist = {py27,py34}-{dj110,dj111,djmaster}{-coveralls,}, flake8, docs
envlist = {py27,py34,py35}-{dj110,dj111,djmaster}{-coveralls,}, flake8, docs
basepython =
py27: python2.7
py34: python3.4
py35: python3.5

[testenv]
passenv = TRAVIS TRAVIS_JOB_ID TRAVIS_BRANCH DATABASE_URL
Expand Down

0 comments on commit 18ff119

Please sign in to comment.