johnhofman commented on issue #3: WIP: Add make URL: https://github.com/apache/incubator-airflow-ci/pull/3#issuecomment-425071349 @kaxil The latest version of `pip` has change to Python 3. ``` + pip --version pip 18.0 from /usr/local/lib/python3.5/dist-packages/pip (python 3.5) + tox --version 3.4.0 imported from /usr/local/lib/python3.5/dist-packages/tox/__init__.py ``` where using the previous image it was Python 2 ``` + pip --version pip 18.0 from /usr/local/lib/python2.7/dist-packages/pip (python 2.7) + tox --version 3.4.0 imported from /usr/local/lib/python2.7/dist-packages/tox/__init__.pyc ```
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
