2
0
mirror of https://github.com/frappe/bench.git synced 2024-09-23 20:49:01 +00:00

chore: setup distutils using apt instead of pip

Signed-off-by: Chinmay D. Pai <chinmaydpai@gmail.com>
This commit is contained in:
Chinmay D. Pai 2020-02-20 20:18:57 +05:30
parent 0a9effdfb4
commit bf47661f3e
No known key found for this signature in database
GPG Key ID: 75507BE256F40CED

View File

@ -5,10 +5,10 @@ python:
- "2.7"
install:
- sudo pip install urllib3 pyOpenSSL ndg-httpsclient pyasn1 distutils
- sudo pip install urllib3 pyOpenSSL ndg-httpsclient pyasn1
- sudo apt-get purge -y mysql-common mysql-server mysql-client
- sudo apt-get install --only-upgrade -y git
- sudo apt-get install hhvm && rm -rf /home/travis/.kiex/
- sudo apt-get install hhvm python-distutils && rm -rf /home/travis/.kiex/
- mkdir -p ~/.bench
- mkdir -p /tmp/.bench
- cp -r $TRAVIS_BUILD_DIR/* ~/.bench