Skip to content

Commit

Permalink
Update Jenkinsfile
Browse files Browse the repository at this point in the history
  • Loading branch information
gforcada committed Nov 10, 2016
1 parent 309f7f6 commit 12c31d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
Expand Up @@ -6,5 +6,5 @@ node ('master'){
sh 'virtualenv-2.7 .'
sh 'bin/pip install -e .'
sh 'bin/pip install pytest testfixtures'
sh 'python run_tests.py'
sh 'bin/python run_tests.py'
}

0 comments on commit 12c31d0

Please sign in to comment.