Skip to content
This repository has been archived by the owner on Feb 21, 2023. It is now read-only.

Commit

Permalink
move test deps to tests/requirements.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
popravich committed Sep 27, 2016
1 parent d828c47 commit e919cbb
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 17 deletions.
16 changes: 2 additions & 14 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,12 +45,9 @@ before_install:

install:
- pip install hiredis
- pip install flake8
- pip install "pytest>=2.9.1"
- pip install pytest-cov
- pip install coveralls
- pip install sphinx
- pip install pyenchant
- pip install coveralls
- pip install -r tests/requirements.txt
- pip install -r docs/requirements.txt
- pip install -e .

Expand Down Expand Up @@ -89,12 +86,3 @@ script:
after_script:
- coveralls

# deploy:
# provider: pypi
# user: popravich
# password:
# distributions: "sdist bdist_wheel"
# on:
# tags: true
# python: "3.5"
4 changes: 1 addition & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -33,13 +33,11 @@ clean:
devel: aioredis.egg-info
pip install -U pip
pip install -U \
flake8 \
sphinx \
sphinx_rtd_theme \
"pytest>=2.9.1" \
pytest-cov \
bumpversion \
wheel
pip install -Ur tests/requirements.txt
pip install -Ur docs/requirements.txt

aioredis.egg-info:
Expand Down
3 changes: 3 additions & 0 deletions tests/requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
flake8
pytest
pytest-cov

0 comments on commit e919cbb

Please sign in to comment.