Skip to content

Commit

Permalink
Merge pull request #1034 from amblakem/travis-python
Browse files Browse the repository at this point in the history
Use less specific python version for travis
  • Loading branch information
koomie authored Oct 10, 2019
2 parents 89bb710 + 89482ff commit f394915
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/travis/Dockerfile.check_spec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM centos:7

ARG TRAVIS_COMMIT_RANGE
ENV TRAVIS_COMMIT_RANGE=$TRAVIS_COMMIT_RANGE
ENV PYTHON_BINARY=python36
ENV PYTHON_BINARY=python3

RUN yum install -y https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm
RUN yum install -y git ${PYTHON_BINARY}
Expand Down

0 comments on commit f394915

Please sign in to comment.