Skip to content

Commit

Permalink
Merge pull request #174 from mailgun/maxim/develop
Browse files Browse the repository at this point in the history
Make addresslib Python 3 compatible
  • Loading branch information
horkhe committed Oct 30, 2017
2 parents 6975499 + 6b71363 commit 96cbf2c
Show file tree
Hide file tree
Showing 17 changed files with 285 additions and 246 deletions.
1 change: 1 addition & 0 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ if [[ ${TRAVIS_PYTHON_VERSION} == 2.7* ]]; then
nosetests --with-coverage --cover-package=flanker
else
nosetests --with-coverage --cover-package=flanker \
tests/addresslib \
tests/mime/bounce_tests.py \
tests/mime/message/threading_test.py \
tests/mime/message/tokenizer_test.py \
Expand Down
Loading

0 comments on commit 96cbf2c

Please sign in to comment.