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 12c31d0 commit a5cc96c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
Expand Up @@ -2,7 +2,7 @@

node ('master'){
stage 'Build and Test'
git url: 'https://github.com/gforcada/flake8-isort.git'
checkout scm
sh 'virtualenv-2.7 .'
sh 'bin/pip install -e .'
sh 'bin/pip install pytest testfixtures'
Expand Down

0 comments on commit a5cc96c

Please sign in to comment.