Test binary install

This commit is contained in:
Marvin Pohl 2020-06-01 21:27:52 +02:00
parent 15e7068043
commit 5d681404a4
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ env:
- BOTO_CONFIG=/dev/null
install:
- pip install -U pip wheel setuptools
- "pip install --no-binary :all: -r testrequirements.txt"
- "pip install -r testrequirements.txt"
- pip install -r requirements.txt
- pip install -e .
cache: