Skip to content

Commit

Permalink
Install pyXem and atomap after hyperspy...
Browse files Browse the repository at this point in the history
  • Loading branch information
ericpre committed Mar 23, 2018
1 parent 227dd43 commit 013c4dd
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -143,19 +143,20 @@ before_deploy:
- "%CMD_IN_ENV% pip uninstall -y matplotlib"
- "%CMD_IN_ENV% pip install matplotlib==2.1.2 pytest-mpl"

# install pyface and traitsui from master to get pyqt5 compatibility
- "%CMD_IN_ENV% pip install https://github.com/enthought/pyface/archive/master.zip"
- "%CMD_IN_ENV% pip install https://github.com/enthought/traitsui/archive/master.zip"
- "%CMD_IN_ENV% pip install .[all]"
# Try to run twice as workaround for permission error
- "%CMD_IN_ENV% pip install https://github.com/ericpre/hyperspyUI/archive/qt5.zip || pip install https://github.com/ericpre/hyperspyUI/archive/qt5.zip"

# Install pyxem and dependencies first
- "%CMD_IN_ENV% pip install spglib pymatgen transforms3d"
- "%CMD_IN_ENV% pip install https://github.com/pyxem/pyxem/archive/master.zip"

# Install atomap
- "%CMD_IN_ENV% pip install https://gitlab.com/atomap/atomap/repository/Absolute_Integrator/archive.zip"

# install pyface and traitsui from master to get pyqt5 compatibility
- "%CMD_IN_ENV% pip install https://github.com/enthought/pyface/archive/master.zip"
- "%CMD_IN_ENV% pip install https://github.com/enthought/traitsui/archive/master.zip"
- "%CMD_IN_ENV% pip install .[all]"
# Try to run twice as workaround for permission error
- "%CMD_IN_ENV% pip install https://github.com/ericpre/hyperspyUI/archive/qt5.zip || pip install https://github.com/ericpre/hyperspyUI/archive/qt5.zip"
# setting back the config:
- "ren %WP_INSTDIR%\\settings\\pydistutils_bak.cfg pydistutils.cfg"
# Custom installer step
Expand Down

0 comments on commit 013c4dd

Please sign in to comment.