Skip to content

Commit

Permalink
Configure TravisCI
Browse files Browse the repository at this point in the history
  • Loading branch information
FlowFX committed Mar 15, 2017
1 parent a14acfe commit b371400
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
language: python
python:
- 3.5
- 3.6
# Install dependencies
install: "pip install -r requirements.txt"
# Run tests
script:
- pytest --runslow --cov
# Notify coveralls.io
after_success:
- coveralls
# Disable email notifications
notifications:
email: false
5 changes: 5 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,11 @@ pytest-xdist==1.15.0
factory-boy==2.8.1
mock==2.0.0

# coverage
coverage==4.3.4
pytest-cov==2.4.0
python-coveralls==2.9.0

# Flake8
flake8==3.3.0
flake8-docstrings==1.0.3

0 comments on commit b371400

Please sign in to comment.