Skip to content

Commit

Permalink
Update Jenkinsfile
Browse files Browse the repository at this point in the history
  • Loading branch information
gforcada committed Nov 12, 2016
1 parent a5cc96c commit de3f27d
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions Jenkinsfile
Expand Up @@ -2,9 +2,10 @@

node ('master'){
stage 'Build and Test'
checkout scm
sh 'virtualenv-2.7 .'
sh 'bin/pip install -e .'
sh 'bin/pip install pytest testfixtures'
sh 'bin/python run_tests.py'
sh 'ls'
// checkout scm
// sh 'virtualenv-2.7 .'
// sh 'bin/pip install -e .'
// sh 'bin/pip install pytest testfixtures'
// sh 'bin/python run_tests.py'
}

0 comments on commit de3f27d

Please sign in to comment.