Skip to content

Commit

Permalink
add setup_requires to setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
akorosov committed Feb 25, 2016
1 parent 12197aa commit 809e31b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ python:
sudo: false

install:
- pip install pip --upgrade
- pip install .
- pip install coveralls

Expand Down
2 changes: 2 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,8 @@ def run(self):

package_data = {'': ['*.yaml']},

setup_requires=REQS,

install_requires=REQS,

test_suite='tests',
Expand Down

0 comments on commit 809e31b

Please sign in to comment.