Activate cond env

This commit is contained in:
Matteo Giantomassi 2017-03-10 22:42:34 +01:00
parent a39dae522c
commit 8f4a6ad592
2 changed files with 4 additions and 2 deletions

View File

@ -49,8 +49,8 @@ before_script:
- rm abipy/gui/__init__.py
# command to run tests
#script: pytest -v abipy
script: nosetests -v abipy
#script: abicheck.py; pytest -v abipy
script: abicheck.py; nosetests -v abipy
branches:
only:
- master

View File

@ -6,6 +6,8 @@ qadapters:
qtype: shell
job:
mpi_runner: null
pre_run:
- source activate test-environment
limits:
min_cores: 1
max_cores: 1