remove libpython requirement for uwsgi building

This commit is contained in:
Martin Cech
2019-08-01 13:04:00 +02:00
committed by mvdbeek
parent ae84a553f6
commit 6bdb1fde0b
-3
View File
@@ -140,9 +140,6 @@ jobs:
steps:
- *restore_repo_cache
- *install_tox
- run: sudo apt-get update
# For uwsgi
- run: sudo apt-get install -y libpython3.5-dev
- run: tox -e py35-first_startup
validate_test_tools:
docker: