Skip to content

Commit

Permalink
Merge pull request #339 from aio-libs/better-requirements-dev
Browse files Browse the repository at this point in the history
better requirements-dev
  • Loading branch information
jettify committed Sep 6, 2017
2 parents 68cf626 + 348ee10 commit 249771b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@ python:

install:
- pip install -U setuptools
- pip install -Ur requirements-dev.txt
- pip install -e .
- pip install -r requirements-dev.txt
- pip install codecov
- pip freeze

Expand Down
2 changes: 1 addition & 1 deletion requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ pytest-cov==2.5.1
pytest==3.2.1
sphinx==1.6.3
aiohttp==2.2.5
botocore==1.6.4
botocore==1.5.78
multidict==3.1.3
wrapt==1.10.11
dill==0.2.7.1
Expand Down

0 comments on commit 249771b

Please sign in to comment.