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 69d2dc3
Showing 1 changed file with 3 additions and 3 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

0 comments on commit 69d2dc3

Please sign in to comment.