Skip to content

Commit

Permalink
test: added requirements-test.txt for explicit test requirements.
Browse files Browse the repository at this point in the history
  • Loading branch information
Dav1dde committed Sep 18, 2018
1 parent 6a10b46 commit 036867a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ pipeline {
steps {
withPythonEnv('python2') {
pysh 'python -m pip install -r requirements.txt'
pysh 'python -m pip install nose mock'
pysh 'python -m pip install -r requirements-test.txt'
pysh 'python -m nose --with-xunit || true'
junit 'nosetests.xml'
}
Expand Down
2 changes: 2 additions & 0 deletions requirements-test.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
nose>=1.3.0,<2.0.0
mock>=2.0.0,<3.0.0

0 comments on commit 036867a

Please sign in to comment.