fix: Install lief on python < 3.7 with pipenv

pull/383/head
Raphaël Vinot 2019-04-24 16:51:09 +02:00
parent 5d31af69b2
commit 26e7e95f2c
1 changed files with 4 additions and 1 deletions

View File

@ -1,5 +1,7 @@
language: python
dist: xenial
cache: pip
addons:
@ -11,13 +13,14 @@ addons:
python:
- "2.7"
- "3.5-dev"
- "3.6"
- "3.6-dev"
install:
- pip install pipenv
- pipenv install --dev
- pipenv shell
- pip install lief
- pushd tests
- git clone https://github.com/viper-framework/viper-test-files.git
- popd