Skip to content

Commit

Permalink
Update EDM version, and remove unnecessary settings from CI configura…
Browse files Browse the repository at this point in the history
…tions.
  • Loading branch information
mdickinson committed May 3, 2019
1 parent a8779ef commit 6f5d4d5
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 20 deletions.
8 changes: 1 addition & 7 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ sudo: false

env:
global:
- INSTALL_EDM_VERSION=1.9.2
- INSTALL_EDM_VERSION="1.11.0"
PYTHONUNBUFFERED="1"

matrix:
Expand All @@ -17,12 +17,6 @@ matrix:
env: RUNTIME=3.5 TOOLKITS="null pyqt"
- os: osx
env: RUNTIME=3.6 TOOLKITS="null pyqt"
fast_finish: true

branches:
only:
- master
- /release\/\d+\.\d+\.x/

cache:
directories:
Expand Down
14 changes: 2 additions & 12 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
build: false
shallow_clone: false
skip_branch_with_pr: true
environment:

environment:
global:
PYTHONUNBUFFERED: "1"
INSTALL_EDM_VERSION: "1.9.2"
INSTALL_EDM_VERSION: "1.11.0"

matrix:
- RUNTIME: '2.7'
Expand All @@ -15,14 +13,6 @@ environment:
- RUNTIME: '3.6'
TOOLKITS: "null pyqt"

matrix:
fast_finish: True

branches:
only:
- master
- /release\/\d+\.\d+\.x/

cache:
- C:\Users\appveyor\.cache -> appveyor-clean-cache.txt
- C:\Users\appveyor\AppData\Local\pip\Cache -> appveyor-clean-cache.txt
Expand Down
2 changes: 1 addition & 1 deletion install-edm-windows.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ SET EDM_INSTALLER_PATH=%HOMEDRIVE%%HOMEPATH%\.cache\%EDM_PACKAGE%
SET COMMAND="(new-object net.webclient).DownloadFile('https://package-data.enthought.com/edm/win_x86_64/%EDM_MAJOR_MINOR%/%EDM_PACKAGE%', '%EDM_INSTALLER_PATH%')"

IF NOT EXIST %EDM_INSTALLER_PATH% CALL powershell.exe -Command %COMMAND% || GOTO error
CALL msiexec /qn /a %EDM_INSTALLER_PATH% TARGETDIR=c:\ || GOTO error
CALL msiexec /qn /i %EDM_INSTALLER_PATH% EDMAPPDIR=c:\Enthought\edm || GOTO error

ENDLOCAL
@ECHO.DONE
Expand Down

0 comments on commit 6f5d4d5

Please sign in to comment.