Skip to content

Commit

Permalink
extend setup.py and clear travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
lukaszpiotr committed Sep 30, 2013
1 parent e6025a0 commit 83cd487
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
5 changes: 0 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,6 @@ branches:
- master
- develop

before_install:
- sudo add-apt-repository ppa:intact/python-gflags
- sudo apt-get update -qq
- sudo apt-get install -qq python-gflags

install: pip install --quiet --use-mirrors tox

script: tox
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
op.join(op.dirname(__file__), f)).read() if op.exists(f) else ''


install_requires = []
install_requires = ['python-gflags']
if version_info < (2, 7):
install_requires += ['argparse', 'ordereddict']

Expand Down

0 comments on commit 83cd487

Please sign in to comment.