Skip to content
This repository has been archived by the owner on Jun 29, 2020. It is now read-only.

Commit

Permalink
Add Travis container for Python 3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
giginet committed Feb 19, 2017
1 parent 0af8fdb commit 2f4e74b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 7 deletions.
7 changes: 4 additions & 3 deletions .travis.yml
@@ -1,8 +1,9 @@
sudo: false
language: python
python:
- '3.5'
- '3.6'
matrix:
include:
- python: '3.5'
- python: '3.6'
before_install:
- ./utils/decrypt-files $password_for_secret_files
- git submodule update --init --recursive
Expand Down
5 changes: 1 addition & 4 deletions config/tox.ini
@@ -1,13 +1,10 @@
[tox]
envlist = py{35,36}-django110
envlist = django110
skipsdist = True

[testenv]
recreate = True
changedir = {toxinidir}/../
basepython=
py35: python3.5
py36: python3.6
deps=
django110: django>=1.10,<1.11
-r{toxinidir}/requirements.txt
Expand Down

0 comments on commit 2f4e74b

Please sign in to comment.