abipy/circle.yml

23 lines
518 B
YAML
Raw Permalink Normal View History

2014-11-02 09:09:20 +08:00
machine:
python:
version: 2.7.8
2014-11-07 02:44:56 +08:00
dependenciees:
2015-04-12 22:49:38 +08:00
#only:
# - none # list of branches to build
override:
2014-11-02 09:09:20 +08:00
- easy_install -U setuptools
2014-10-03 17:01:25 +08:00
- pip install distribute --upgrade
2015-04-12 22:49:38 +08:00
- pip install -q numpy
2014-11-02 09:20:27 +08:00
- pip install pymatgen
2015-04-12 22:49:38 +08:00
- pip install -r requirements.txt
2014-11-02 09:09:20 +08:00
- python setup.py develop
2014-09-20 08:53:00 +08:00
#test:
# override:
# - nosetests:
# environment:
# PYTHONPATH: $PYTHONPATH:/usr/lib/python2.7/dist-packages/
2016-01-23 01:36:40 +08:00
general:
branches:
ignore: # list of branches to ignore
- master