Skip to content

Commit

Permalink
Fix packaging tox check
Browse files Browse the repository at this point in the history
This allows the packaging (restructured text format, setup structure,
and manifest) to be continually checked in travis.
  • Loading branch information
pgjones committed Dec 22, 2018
1 parent 0a5bb55 commit 149d918
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,8 @@ matrix:
env: TOXENV=lint
- python: 3.6
env: TOXENV=docs
# - python: "2.7"
# env: TOXENV=packaging
- python: "3.6"
env: TOXENV=packaging

install:
- "pip install -U pip setuptools"
Expand Down
3 changes: 2 additions & 1 deletion MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
graft compliance
graft example
graft docs
graft test
graft wsproto
prune docs/build
prune compliance/autobahntestsuite-venv
prune compliance/reports
include README.rst LICENSE CHANGELOG.rst tox.ini
recursive-exclude * *.pyc *.pyo *.swo *.swp *.map *.DS_Store
global-exclude *.pyc *.pyo *.swo *.swp *.map *.yml *.DS_Store

0 comments on commit 149d918

Please sign in to comment.