Skip to content

Commit

Permalink
Merge pull request #44 from singingwolfboy/python-3.5
Browse files Browse the repository at this point in the history
python 3.5
  • Loading branch information
singingwolfboy committed Dec 28, 2015
2 parents 9b013ea + 897c88e commit 2399b5e
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 3,026 deletions.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@ install:
- if [[ $BLINKER == 1 ]]; then travis_retry pip install blinker; fi
- if [[ $DATABASE_URI == postgresql* ]]; then travis_retry pip install psycopg2; fi
- travis_retry pip install codecov
- pip install -e .
script:
- coverage run runtests.py
- py.test --cov=flask_dance
after_success:
- codecov
2 changes: 2 additions & 0 deletions dev-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ sphinx
sphinxcontrib-napoleon
sphinxcontrib-seqdiag
# testing tools
pytest
pytest-cov
mock
responses
# testing sqlalchemy support
Expand Down
Loading

0 comments on commit 2399b5e

Please sign in to comment.