Skip to content

Commit

Permalink
Build wheel
Browse files Browse the repository at this point in the history
  • Loading branch information
monkeython committed Dec 16, 2014
1 parent 2ca11de commit ef3d438
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@ python:
- 'pypy3'
install: pip install -r build_requirements.txt
script:
- python setup.py bdist_egg
- python setup.py sdist
- python setup.py bdist_wheel
- python setup.py test
- pep8 loremipsum
- pylint -E --rcfile .pylintrc loremipsum
Expand Down

0 comments on commit ef3d438

Please sign in to comment.