forked from usnistgov/jarvis
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.travis.yml
18 lines (17 loc) · 832 Bytes
/
.travis.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
language: python
python:
- "3.8"
cache: pip
install:
- pip install --upgrade --upgrade-strategy eager -r dev-requirements.txt -e .
- python setup.py develop
#- coverage run -m pytest
#- coverage report -m
#- pip uninstall qiskit
#- pip install qiskit ase numpy>=1.18.5 scipy>=1.4.1 matplotlib>=3.0.0 phonopy==2.8.1 coverage lightgbm==2.1.0 flask joblib networkx tqdm dgl scikit-learn pandas pennylane codecov torch keras tensorflow==2.3.0 pytest pytest-cov bokeh
#- pip install -r requirements-for-ci-only.txt
#- pip install git+https://github.com/aspuru-guzik-group/tequila.git
#- pip install git+https://github.com/aspuru-guzik-group/tequila.git@402d8eb8c4c632c2d48c75e2f798a46967d28899
#- python setup.py develop
script:
- pip install --upgrade --upgrade-strategy eager -r dev-requirements.txt -e .