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

Commit

Permalink
legacy -> container based and drop python 3.2 test because of coverage 4
Browse files Browse the repository at this point in the history
  • Loading branch information
lambdalisue committed Oct 29, 2015
1 parent b8129a4 commit f167f1f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 1 addition & 0 deletions .travis.yml
@@ -1,3 +1,4 @@
sudo: false
language: python
install:
- pip install tox
Expand Down
3 changes: 1 addition & 2 deletions tox.ini
Expand Up @@ -2,14 +2,13 @@
envlist =
{py26,py27}-django{15,16},
{py27}-django{17,18},
{py32,py33,py34}-django{15,16,17,18},
{py33,py34}-django{15,16,17,18},
docs

[testenv]
basepython =
py26: python2.6
py27: python2.7
py32: python3.2
py33: python3.3
py34: python3.4
deps=
Expand Down

0 comments on commit f167f1f

Please sign in to comment.