1
0
mirror of https://github.com/deadc0de6/dotdrop.git synced 2026-02-07 01:20:40 +00:00

make sure pip is on last version for tests

This commit is contained in:
deadc0de6
2018-04-10 23:20:52 +02:00
parent 47ca7b0f49
commit 35a341c173

View File

@@ -5,6 +5,7 @@ python:
- "3.5"
- "3.6"
install:
- "pip install pip --upgrade"
- "pip install -r tests-requirements.txt"
- "pip install -r requirements.txt"
script: