Skip to content

Commit

Permalink
Add packaging build
Browse files Browse the repository at this point in the history
  • Loading branch information
Ryan P Kilby committed Jun 25, 2018
1 parent 0947617 commit 2b469df
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ python:
- "pypy"
- "pypy3"

matrix:
include:
- {python: "3.6", env: TOXENV=packaging}

install:
- pip install tox tox-travis tox-venv
- pip install coveralls
Expand Down
9 changes: 9 additions & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ envlist =
py36-django{111,20},
pypy-django{111},
pypy3-django{111,20},
packaging,

[testenv]
usedevelop = true
Expand All @@ -17,3 +18,11 @@ deps =
commands =
coverage run tests/manage.py test testsuite {posargs: -v 2}
coverage report -m

[testenv:packaging]
usedevelop = false
deps =
django

commands =
python tests/manage.py test testsuite {posargs: -v 2}

0 comments on commit 2b469df

Please sign in to comment.