Skip to content

Commit

Permalink
travis: Fix python script in test commands
Browse files Browse the repository at this point in the history
  • Loading branch information
userzimmermann committed Aug 11, 2019
1 parent 4b81106 commit 92f0f09
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ script:
if [ ! -z "$SCONS"] ; then
pip install "$SCONS"
fi
- |
python -c "$(cat << EOF
import zcons
Expand All @@ -33,7 +34,7 @@ script:
assert(
__import__('zetup.version').version.Version(
SCons.__version__
) >= '3.0.3'
) >= '3.0.3')
EOF
)"
Expand Down

0 comments on commit 92f0f09

Please sign in to comment.