mirror of
https://github.com/PyCQA/flake8.git
synced 2026-04-04 20:26:53 +00:00
Add python*-dev packages
This commit is contained in:
parent
b5d13260eb
commit
951bbe337f
1 changed files with 1 additions and 1 deletions
|
|
@ -1,6 +1,6 @@
|
|||
before_script:
|
||||
- apt-get update -qq
|
||||
- apt-get install -y python python3
|
||||
- apt-get install -y python python3 python-dev python3-dev
|
||||
- curl -O https://bootstrap.pypa.io/get-pip.py
|
||||
- python get-pip.py
|
||||
- pip install -r dev-requirements.txt
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue