added init to test folder
This commit is contained in:
parent
6e0b2af827
commit
ff0459df60
|
@ -5,8 +5,8 @@ python:
|
||||||
cache: pip
|
cache: pip
|
||||||
install:
|
install:
|
||||||
- pip install -e .
|
- pip install -e .
|
||||||
- pip install -r requirements.txt --ignore-installed
|
- pip install -r requirements.txt
|
||||||
- pip install numpy -I
|
- pip install -U numpy
|
||||||
|
|
||||||
# keep build from timing out
|
# keep build from timing out
|
||||||
dist: xenial
|
dist: xenial
|
||||||
|
|
Loading…
Reference in New Issue