Skip to content

Commit

Permalink
Merge pull request #46 from djhoese/feature-pytest
Browse files Browse the repository at this point in the history
Convert test module to use pytest
  • Loading branch information
djhoese authored Nov 26, 2018
2 parents 264243b + 47e5c53 commit 48c70c2
Show file tree
Hide file tree
Showing 214 changed files with 173 additions and 63,523 deletions.
5 changes: 3 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,13 @@ env:
- PYTHON_VERSION=$TRAVIS_PYTHON_VERSION
- NUMPY_VERSION=stable
- MAIN_CMD='python setup.py'
- CONDA_DEPENDENCIES='sphinx pillow coveralls coverage'
- CONDA_DEPENDENCIES='sphinx pillow coveralls coverage pytest'
- SETUP_XVFB=False
- EVENT_TYPE='push pull_request'
- SETUP_CMD='test'
- CONDA_CHANNELS='conda-forge'
- CIBW_TEST_REQUIRES='numpy pillow'
- CONDA_CHANNEL_PRIORITY='True'
- CIBW_TEST_REQUIRES='numpy pillow pytest'
- CIBW_TEST_COMMAND='python {project}/selftest.py'
- CIBW_BEFORE_BUILD_LINUX='yum install -y freetype-devel'
- TWINE_USERNAME='dhoese'
Expand Down
11 changes: 0 additions & 11 deletions agg2/.svn/all-wcprops

This file was deleted.

71 changes: 0 additions & 71 deletions agg2/.svn/entries

This file was deleted.

18 changes: 0 additions & 18 deletions agg2/.svn/text-base/README.txt.svn-base

This file was deleted.

17 changes: 0 additions & 17 deletions agg2/font_freetype/.svn/all-wcprops

This file was deleted.

96 changes: 0 additions & 96 deletions agg2/font_freetype/.svn/entries

This file was deleted.

Loading

0 comments on commit 48c70c2

Please sign in to comment.