Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
timkpaine committed Apr 11, 2019
1 parent 82daacc commit 40a3aad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
Expand Up @@ -11,7 +11,7 @@ pipeline {
sh 'python3 -m virtualenv venv'
sh 'chmod a+x venv/bin/activate'
sh '. venv/bin/activate && pip install -r requirements.txt'
sh '. venv/bin/activate && pip install codecov nose2 mock sphinx'
sh '. venv/bin/activate && pip install codecov pytest pytest-cov mock sphinx'
}
}
stage('Otherdeps'){
Expand Down

0 comments on commit 40a3aad

Please sign in to comment.