Skip to content

Commit

Permalink
fix CI install of qudikernel
Browse files Browse the repository at this point in the history
  • Loading branch information
drogenlied committed Sep 11, 2017
1 parent bdb754e commit 429afbf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ install:
- 'conda env remove --yes --name qudi || exit 0'
- "conda env create -f %APPVEYOR_BUILD_FOLDER%\\tools\\conda-env-win8-qt5.yml"
- "activate qudi"
- "python %APPVEYOR_BUILD_FOLDER%\\tools\\qudikernel.py install"
- "python %APPVEYOR_BUILD_FOLDER%\\core\\qudikernel.py install"

# Not a .NET project, we build in the install step instead
build: false
Expand Down
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ before_install:

install:
- python -c "import matplotlib.pyplot" # generate matplotlib font cache
- python tools/qudikernel.py install
- python core/qudikernel.py install
- export PATH=$PATH:$HOME/bin

script:
Expand Down

0 comments on commit 429afbf

Please sign in to comment.