mirror of https://github.com/nucypher/pyUmbral.git
12 lines
197 B
YAML
12 lines
197 B
YAML
|
language: python
|
||
|
cache: pip
|
||
|
python:
|
||
|
- 3.5
|
||
|
- 3.6
|
||
|
install:
|
||
|
- pip install -e .
|
||
|
- pip install pipenv --upgrade
|
||
|
- pipenv install --dev --three
|
||
|
script:
|
||
|
- pipenv run py.test tests
|