Skip to content

Commit

Permalink
Build on ubuntu 18.04 in jenkins
Browse files Browse the repository at this point in the history
  • Loading branch information
wvangeit committed Feb 21, 2020
1 parent 0595966 commit c7eb84f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .jenkins.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
set -e
set -x

tox_args='--recreate -e py27-unit-functional-style'
tox_args='--recreate -e py3-unit-functional-style'

if [ "${os}" = "cscsviz" ]
then
. /opt/rh/python27/enable
elif [ "${os}" = "Ubuntu-16.04" ]
elif [ "${os}" = "Ubuntu-18.04" ]
then
tox_args="${tox_args}"
fi
Expand Down

0 comments on commit c7eb84f

Please sign in to comment.