Skip to content

Commit

Permalink
Fix appveyor tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
shyuep committed Dec 6, 2017
1 parent c99dba0 commit f717399
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ install:

# Install the build dependencies of the project via conda and pip
- 'conda install --yes --quiet numpy scipy matplotlib setuptools wheel pip'
- 'conda install --yes --quiet --channel matsci spglib netcdf4'
- 'conda install --yes --quiet --channel matsci spglib netcdf4 h5py'
- 'conda update --yes --all'
- "pip install -r requirements.txt"
- "pip install pybtex nose coverage ase coveralls fdint ase twine networkx" # Note that pyhull is excluded because it does not work on Windows.
Expand Down
5 changes: 2 additions & 3 deletions pymatgen/analysis/pourbaix/tests/test_plotter.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,10 @@
import os

from pymatgen.analysis.pourbaix.maker import PourbaixDiagram
from pymatgen.analysis.pourbaix.entry import PourbaixEntryIO, PourbaixEntry
from pymatgen.analysis.pourbaix.plotter import PourbaixPlotter
from monty.serialization import loadfn
from pymatgen.analysis.pourbaix.entry import PourbaixEntryIO

try:
from pymatgen.analysis.pourbaix.plotter import PourbaixPlotter
from pymatgen.analysis.pourbaix.analyzer import PourbaixAnalyzer
except ImportError:
PourbaixAnalyzer = None
Expand Down

0 comments on commit f717399

Please sign in to comment.