Add python*-dev packages

This commit is contained in:
Ian Cordasco 2016-06-25 16:00:45 -05:00
parent b5d13260eb
commit 951bbe337f
No known key found for this signature in database
GPG key ID: 656D3395E4A9791A

View file

@ -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