Skip to content

Commit

Permalink
Add test-requirements file
Browse files Browse the repository at this point in the history
  • Loading branch information
matthew-brett committed Dec 17, 2019
1 parent 8f81b06 commit 9b5c5e0
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -76,7 +76,7 @@ install:
python setup.py bdist_wheel
pip install $EXTRA_PIP_FLAGS dist/*.whl
elif [ "$INSTALL_TYPE" == "requirements" ]; then
pip install $EXTRA_PIP_FLAGS -r requirements.txt
pip install $EXTRA_PIP_FLAGS -r test-requirements.txt
pip install .
fi
Expand Down
5 changes: 2 additions & 3 deletions dev-requirements.txt
Expand Up @@ -2,7 +2,6 @@
# Use with:
# pip install -r dev-requirements.txt
#
# Include run-time requirements
-r requirements.txt
# Include test requirements
-r test-requirements.txt
sympy
pytest
8 changes: 8 additions & 0 deletions test-requirements.txt
@@ -0,0 +1,8 @@
# Runtime requirements for testing transforms3d
# Use with:
# pip install -r test-requirements.txt
#
# Include run-time requirements
-r requirements.txt
scipy
pytest

0 comments on commit 9b5c5e0

Please sign in to comment.