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 de3f27d commit b417fe4
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions Jenkinsfile
Expand Up @@ -2,10 +2,8 @@

node ('master'){
stage 'Build and Test'
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'
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 b417fe4

Please sign in to comment.