Skip to content

Commit

Permalink
WIP: disable python2 pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
hydrosquall committed Oct 17, 2018
1 parent 4d8e11a commit 01dda23
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ before_install:

script:
# Test Airflow 1.8 with Python 2
- cd tests/airflow1.8-py2 && docker-compose up -d
- ${TRAVIS_BUILD_DIR}/tests/${INTEGRATION_TEST_SCRIPT}
- docker-compose down
# - cd tests/airflow1.8-py2 && docker-compose up -d
# - ${TRAVIS_BUILD_DIR}/tests/${INTEGRATION_TEST_SCRIPT}
# - docker-compose down

# Test Airflow 1.9 with Python 3
- cd ${TRAVIS_BUILD_DIR}/tests/airflow1.9-py3 && docker-compose up -d
Expand Down
3 changes: 2 additions & 1 deletion tests/airflow1.9-py3/airflow/build/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,5 @@ USER root
RUN pip3 install prometheus_client

# Needed to write to mounted directory with proper permissions
USER ${HOST_USER_ID}
RUN useradd -r -u $HOST_USER_ID -g airflow airflow
USER airflow

0 comments on commit 01dda23

Please sign in to comment.