Skip to content
This repository has been archived by the owner on Nov 5, 2020. It is now read-only.

Commit

Permalink
Merge branch 'master' of github.com:ZELLMECHANIK-DRESDEN/ShapeOut int…
Browse files Browse the repository at this point in the history
…o develop
  • Loading branch information
paulmueller committed Jul 1, 2019
2 parents 84b98d0 + 5068f4d commit 2edfb65
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
8 changes: 2 additions & 6 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ install:
# workaround for build failures, see
# https://ci.appveyor.com/project/paulmueller/shapeout/build/1.0.152#L504
- "pip freeze"
- "appveyor-retry pip install --upgrade pip"
# PIP installs
- "pip install appdirs"
- "pip install pathlib"
Expand All @@ -86,9 +87,6 @@ install:
- "pip install reportlab"
- "pip install simplejson"
- "pip install h5py --only-binary=h5py"
# build dependencies
#- "pip install wheel"
# dclab
# prevent pip from installing later scipy versions using "--no-deps"
# requirements from dclab were partly installed with conda:
#- "pip install dclab --no-deps"
Expand All @@ -99,8 +97,6 @@ install:
# Patch libraries
- '%PYTHON%/python .appveyor/patch_libraries.py'

# PyInstaller install fails with pip 19.0.1
- "appveyor-retry pip install pip==19.0.2"
# Install pyinstaller (includes dependency for pywin32)
- "pip install pyinstaller==3.4"

Expand All @@ -123,7 +119,7 @@ test_script:
- "codecov || exit 0"

after_test:
- "appveyor-retry pip install twine wheel"
- "appveyor-retry pip install --upgrade pip twine wheel"
# If tests are successful, create a whl package for the project.
- "python setup.py bdist_wheel"
- "python setup.py sdist"
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
"scipy>=0.13.0",
],
setup_requires=['pytest-runner'],
tests_require=["pytest", "urllib3"],
tests_require=["pytest<5.0", "urllib3"],
keywords=["RT-DC", "deformability", "cytometry", "zellmechanik"],
classifiers= ['Operating System :: OS Independent',
'Programming Language :: Python :: 2.7',
Expand Down

0 comments on commit 2edfb65

Please sign in to comment.