Skip to content

Commit

Permalink
Merge pull request #161 from aapa/requirements-argparse
Browse files Browse the repository at this point in the history
argparse is now in pypi
  • Loading branch information
kipe committed Jan 7, 2015
2 parents 2a2f7c8 + 5d78560 commit 625c439
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ python:
# command to install dependencies, e.g. pip install -r requirements.txt --use-mirrors
install:
- pip install --upgrade pip setuptools
- pip install --allow-all-external "argparse>=1.2.1"
- pip install -r requirements.txt
# command to run tests, e.g. python setup.py test
script: nosetests
Expand Down
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
argparse >= 1.2.1
twisted >= 12.0.0
requests >= 2.0.0
pyyaml
Expand Down

0 comments on commit 625c439

Please sign in to comment.