Skip to content

Commit 98d7aae

Browse files
committed
unpins qt again.
1 parent e3dd3de commit 98d7aae

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,11 @@ env:
2727
- MAIN_CMD='python setup.py'
2828
- NUMPY_VERSION=stable
2929
- ASTROPY_VERSION=stable
30-
- CONDA_DEPENDENCIES='requests beautifulsoup4 matplotlib html5lib keyring aplpy pyregion qt=4'
30+
- CONDA_DEPENDENCIES='requests beautifulsoup4 matplotlib html5lib keyring aplpy pyregion'
3131
- PIP_DEPENDENCIES=''
3232
- SETUP_CMD='test'
3333
- CONDA_CHANNELS='astropy-ci-extras astropy'
34-
- CONDA_DEPENDENCIES_OLD='requests beautiful-soup matplotlib html5lib qt=4'
34+
- CONDA_DEPENDENCIES_OLD='requests beautiful-soup matplotlib html5lib'
3535
- PIP_DEPENDENCIES_OLD='pyregion aplpy keyring'
3636

3737
matrix:

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ environment:
1010
PYTHON_ARCH: "64" # needs to be set for CMD_IN_ENV to succeed. If a mix
1111
# of 32 bit and 64 bit builds are needed, move this
1212
# to the matrix section.
13-
CONDA_DEPENDENCIES: "requests beautifulsoup4 matplotlib html5lib keyring aplpy pyregion qt=4"
13+
CONDA_DEPENDENCIES: "requests beautifulsoup4 matplotlib html5lib keyring aplpy pyregion"
1414
CONDA_CHANNELS: "astropy"
1515

1616
matrix:

0 commit comments

Comments
 (0)