diff --git a/.travis.yml b/.travis.yml index b4dc280f..6adec4c9 100644 --- a/.travis.yml +++ b/.travis.yml @@ -23,7 +23,7 @@ before_install: - export LD_LIBRARY_PATH=$CONDA_PREFIX/lib:$LD_LIBRARY_PATH install: - - conda install --yes -c conda-forge matplotlib-base pyyaml openblas libgfortran gcc_linux-64 gxx_linux-64 h5py scipy pytest codecov pytest-cov + - conda install --yes -c conda-forge matplotlib-base pyyaml openblas libgfortran gcc_linux-64 gxx_linux-64 h5py scipy pytest codecov pytest-cov alm - echo $TRAVIS_BRANCH - if [[ "$TRAVIS_BRANCH" == "master" ]]; then pip install https://github.com/phonopy/phonopy/archive/master.zip --user; diff --git a/conda/meta.yaml b/conda/meta.yaml index c2a0693d..c41cfd6a 100644 --- a/conda/meta.yaml +++ b/conda/meta.yaml @@ -37,6 +37,7 @@ requirements: - openblas - libgfortran - spglib + - alm run: - python @@ -50,6 +51,7 @@ requirements: - openblas - libgfortran - spglib + - alm test: # Python imports diff --git a/test/conftest.py b/test/conftest.py index c6a55c9d..5dbefa95 100644 --- a/test/conftest.py +++ b/test/conftest.py @@ -24,5 +24,5 @@ def si_pbesol_111(): @pytest.fixture(scope='session') def si_pbesol_iterha_111(): yaml_filename = os.path.join(current_dir, - "phonopy_params-Si111-iterha.yaml.xz") + "phonopy_params-Si111-iterha.yaml.gz") return phonopy.load(yaml_filename, log_level=1, produce_fc=False) diff --git a/test/phonopy_params-Si111-iterha.yaml.gz b/test/phonopy_params-Si111-iterha.yaml.gz new file mode 100644 index 00000000..e3966cb7 Binary files /dev/null and b/test/phonopy_params-Si111-iterha.yaml.gz differ diff --git a/test/phonopy_params-Si111-iterha.yaml.xz b/test/phonopy_params-Si111-iterha.yaml.xz deleted file mode 100644 index d4fd6c25..00000000 Binary files a/test/phonopy_params-Si111-iterha.yaml.xz and /dev/null differ