Skip to content

Commit

Permalink
Separate test deps from kivy deps
Browse files Browse the repository at this point in the history
  • Loading branch information
nocarryr committed Apr 28, 2017
1 parent fcd6a53 commit d881434
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 0 additions & 1 deletion requirements-test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,3 @@ pytest-cov
pytest-xdist
git+https://github.com/The-Compiler/pytest-xvfb.git@master#egg=pytest-xvfb
coveralls
-r vidhubcontrol/kivyui/requirements.txt
3 changes: 2 additions & 1 deletion tools/install-deps.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,5 @@ fi

# Install from pre-built wheels
pip install --no-cache-dir --no-index --find-links=build/ kivy
pip install --no-cache-dir --no-index --find-links=build/ -r requirements-test.txt
pip install -U --no-cache-dir --no-index --find-links=build/ -r requirements-test.txt
pip install --no-cache-dir --no-index --find-links=build/ -r vidhubcontrol/kivyui/requirements.txt

0 comments on commit d881434

Please sign in to comment.