Skip to content

Commit

Permalink
setup.cfg: Build wheel for Python 3.4-3.6 only
Browse files Browse the repository at this point in the history
  • Loading branch information
jayvdb committed Dec 24, 2016
1 parent 17cd716 commit 8db4fb7
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,8 @@ script:
else
set -e
bash .misc/tests.sh
python setup.py install
python setup.py bdist_wheel
pip install ./dist/coala-*.whl
pip install coala-bears --pre -U
# https://github.com/coala/coala-bears/issues/1037
if [[ "$TRAVIS_PULL_REQUEST" == "false" ]]; then
Expand Down
3 changes: 3 additions & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
[bdist_wheel]
python-tag = py34.py35.py36

[build_manpage]
output = coala.1
parser = coalib.parsing.DefaultArgParser:default_arg_parser
Expand Down
1 change: 1 addition & 0 deletions test-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@ pytest-mock~=1.1
pytest-timeout~=1.0
pytest-xdist~=1.14
pytest~=3.0
wheel~=0.29

0 comments on commit 8db4fb7

Please sign in to comment.