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

Commit

Permalink
Travis workaround for Py 3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
gcushen committed Mar 2, 2016
1 parent c3a3076 commit f95a23b
Showing 1 changed file with 9 additions and 6 deletions.
15 changes: 9 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,16 @@
language: python

python:
- 3.5

sudo: false

env:
- TOX_ENV=flake8
- TOX_ENV=py27-django1.9-drf3.3-mezzanine4.1
- TOX_ENV=py35-django1.9-drf3.3-mezzanine4.1
- TOX_ENV=py27-mezzaninemaster
- TOX_ENV=py35-mezzaninemaster
- TOX_ENV=flake8
- TOX_ENV=py27-django1.9-drf3.3-mezzanine4.1
- TOX_ENV=py35-django1.9-drf3.3-mezzanine4.1
- TOX_ENV=py27-mezzaninemaster
- TOX_ENV=py35-mezzaninemaster

matrix:
fast_finish: true
Expand All @@ -19,4 +22,4 @@ install:
- pip install tox

script:
- tox -e $TOX_ENV
- tox -e $TOX_ENV

0 comments on commit f95a23b

Please sign in to comment.