Skip to content

Commit

Permalink
Add aggdraw to CI environment
Browse files Browse the repository at this point in the history
  • Loading branch information
djhoese committed Aug 25, 2018
1 parent 758b7be commit 39530b8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ env:
# Set defaults to avoid repeating in most cases
- NUMPY_VERSION=stable
- MAIN_CMD='python setup.py'
- CONDA_DEPENDENCIES='sphinx pillow coveralls coverage codecov mock trollimage pytest pytest-cov'
- CONDA_DEPENDENCIES='sphinx pillow coveralls coverage codecov mock trollimage aggdraw pytest pytest-cov'
- PIP_DEPENDENCIES=''
- SETUP_XVFB=False
- EVENT_TYPE='push pull_request'
Expand Down
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ environment:
PYTHON: "C:\\conda"
MINICONDA_VERSION: "latest"
CMD_IN_ENV: "cmd /E:ON /V:ON /C .\\ci-helpers\\appveyor\\windows_sdk.cmd"
CONDA_DEPENDENCIES: "sphinx pillow coverage mock trollimage"
CONDA_DEPENDENCIES: "sphinx pillow coverage mock trollimage aggdraw pytest pytest-cov"
PIP_DEPENDENCIES: ""
CONDA_CHANNELS: "conda-forge"

Expand Down
3 changes: 1 addition & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,7 @@

# Project should use reStructuredText, so ensure that the docutils get
# installed or upgraded on the target machine
install_requires=['docutils>=0.3',
'pillow'],
install_requires=['pillow', 'aggdraw'],
scripts=[],
data_files=[],
# test_suite="",
Expand Down

0 comments on commit 39530b8

Please sign in to comment.