mirror of https://github.com/Yomguithereal/fog.git
Better makefile
This commit is contained in:
parent
102a3583e2
commit
7b4972f96f
|
@ -2,5 +2,8 @@ language: python
|
|||
python:
|
||||
- "3.5"
|
||||
- "3.6"
|
||||
install: "pip install -r requirements.txt"
|
||||
install:
|
||||
- pip install --upgrade pip
|
||||
- pip install --upgrade setuptools
|
||||
- pip install -r requirements.txt
|
||||
script: make
|
||||
|
|
Loading…
Reference in New Issue