Skip to content

Commit

Permalink
Merge pull request #38 from pazembrz/autosemver_lock
Browse files Browse the repository at this point in the history
setup: lock autosemver on python2 compatible version
  • Loading branch information
pazembrz committed Nov 16, 2020
2 parents 0eacc62 + 6a18422 commit fb93b37
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -37,7 +37,7 @@ python:
install:
- pip install --upgrade pip
- pip install coveralls check-manifest
- pip install pytest pytest-pep8 pytest-cov pytest-cache autosemver
- pip install pytest pytest-pep8 pytest-cov pytest-cache autosemver==0.5.5
- pip install -e .[docs,tests]
# see https://stackoverflow.com/questions/52703123/override-default-imagemagick-policy-xml
- sudo sed -i 's/domain="coder" rights="none"/domain="coder" rights="read\|write"/' /etc/ImageMagick-6/policy.xml
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Expand Up @@ -36,7 +36,7 @@
requirements = [
'six>=1.7.2',
'subprocess32>=3.2.6',
'Wand>=0.4.1',
'Wand>=0.4.1,<=0.5.9',
'python-magic',
]

Expand All @@ -48,7 +48,7 @@
]

setup_requirements = [
'autosemver',
'autosemver==0.5.5',
]


Expand Down

0 comments on commit fb93b37

Please sign in to comment.