Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
ltalirz committed Jan 30, 2019
1 parent 88d9126 commit bcf2b4c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
9 changes: 5 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@ services:

addons:
# make sure the path in .travis-data/test_script.sh matches the version requested here
postgresql: "9.5"
postgresql: "9.6"

apt:
packages:
- postgresql-server-dev-9.5
- postgresql-server-dev-9.6
- texlive-base
- texlive-generic-recommended
- texlive-fonts-recommended
Expand All @@ -36,8 +36,9 @@ before_install:
install:
# Upgrade pip setuptools and wheel to be able to run the next command
- pip install -U pip==18.1 wheel setuptools coveralls
- pip install numpy==1.15.4 # try fixing problems with pre-existing numpy version
- pip freeze
# Need numpy version that is compatible with pymatgen, see #2420
# Specifying it in pyproject.toml is not sufficient for travis (unknown reason)
- pip install numpy==1.15.4
# Install AiiDA with some optional dependencies
- if [ "$TEST_TYPE" == "docs" ]; then pip install . && pip install -r docs/requirements_for_rtd.txt; else pip install .[all]; fi

Expand Down
1 change: 0 additions & 1 deletion docs/requirements_for_rtd.txt
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@ python-mimeparse==1.6.0
pytz==2018.4
qe-tools==1.1.0
reentry==1.2.2
scipy==1.1.0
seekpath==1.8.1
singledispatch >= 3.4.0.3
six==1.11.0
Expand Down
1 change: 0 additions & 1 deletion setup_requirements.py
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,6 @@
'atomic_tools': [
'spglib==1.10.3.65',
'pymatgen==2018.12.12', # last version with py2 support
'scipy==1.1.0', # required by pymatgen 2018.12.12
'ase==3.12.0', # Updating breaks tests
'PyMySQL==0.8.0', # Required by ICSD tools
'PyCifRW==4.2.1', # Updating breaks tests
Expand Down

0 comments on commit bcf2b4c

Please sign in to comment.