Skip to content

Commit

Permalink
fix travis
Browse files Browse the repository at this point in the history
  • Loading branch information
TsumiNa committed Jan 23, 2018
1 parent 6b81697 commit b8e0bed
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
numpy
pandas
pymatgen
tqdm
PyYAML
scikit-learn
scipy
Expand Down
6 changes: 3 additions & 3 deletions travis/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,14 @@ conda info -a

if [[ "$PYTHON_VERSION" == "3.5" ]]; then
conda env create -f environment_py35.yml
source activate xepy35
else
conda env create -f environment.yml
conda env create -f environment_py36.yml
source activate xepy36
fi

source activate xenonpy
conda install pytest pytest-cov pylint


python --version
python -c "import numpy; print('numpy %s' % numpy.__version__)"
python -c "import scipy; print('scipy %s' % scipy.__version__)"
Expand Down

0 comments on commit b8e0bed

Please sign in to comment.