Skip to content
This repository has been archived by the owner on Oct 22, 2019. It is now read-only.

Commit

Permalink
travis: try to add py35 to Travis build on docker
Browse files Browse the repository at this point in the history
  • Loading branch information
swistakm committed Aug 24, 2016
1 parent 353fdbb commit 467f3fe
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,16 @@ language: python
python: 2.7
sudo: false

# note: python3.5 is not preinstalled on docker-based (i.e. sudo: false)
# Travis workers at the moment of this writing, so we need to get
# it via addon repository.
addons:
apt:
sources:
- deadsnakes
packages:
- python3.5

env:
- TOX_ENV=py26-django15
- TOX_ENV=py26-django16
Expand Down

0 comments on commit 467f3fe

Please sign in to comment.