@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 ``` [ Full content available at: https://github.com/apache/incubator-airflow-ci/pull/3 ] This message was relayed via gitbox.apache.org for [email protected]
