Skip to content

Commit

Permalink
travis: merge install commands
Browse files Browse the repository at this point in the history
  • Loading branch information
Kraymer committed May 14, 2015
1 parent f8c6dbf commit cf33f20
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
5 changes: 1 addition & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,11 @@ before_install:
# To install dependencies, tell tox to do everything but actually running the
# test.
install:
- travis_retry pip install tox
- travis_retry pip install -r requirements.txt
- travis_retry tox -e $TOX_ENV --notest

script: tox -e $TOX_ENV

# command to install dependencies
install: "pip install -r requirements.txt"

# coveralls.io reporting, using https://github.com/coagulant/coveralls-python
# Only report coverage for one version.
after_success:
Expand Down
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@ argparse
blessed
coveralls
ordereddict
tox

0 comments on commit cf33f20

Please sign in to comment.