forked from materialsproject/pymatgen
-
Notifications
You must be signed in to change notification settings - Fork 0
/
tox.ini
28 lines (27 loc) · 761 Bytes
/
tox.ini
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
[tox]
envlist = py27,py36
[testenv]
passenv = PMG_MAPI_KEY GULP_LIB COVERALLS_REPO_TOKEN CIRCLE*
deps =
numpy==1.13.1
pydispatcher==2.0.5
sympy==1.1
requests==2.18.1
monty==1.0.1
ruamel.yaml==0.15.18
six==1.10.0
scipy==0.19.1
tabulate==0.7.7
enum34==1.1.6; python_version < '3.5'
matplotlib==2.0.2
palettable==3.0.0
spglib==1.9.9.44
-r{toxinidir}/requirements-optional.txt
usedevelop=True
commands =
py27: nosetests --config=nose.cfg
py36: nosetests --config=nose.cfg --cover-html --cover-html-dir=$CIRCLE_ARTIFACTS
pmg structure --convert --filenames test_files/Li2O.cif POSCAR.pmg
pmg structure --convert --filenames POSCAR.pmg pmg.cif
pmg analyze -d test_files
py36: coveralls