Skip to content
This repository has been archived by the owner on Apr 8, 2019. It is now read-only.

Commit

Permalink
added the travis yml
Browse files Browse the repository at this point in the history
  • Loading branch information
tarekziade committed Feb 8, 2017
1 parent d63aecc commit 3f4a050
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
language: python
env:
- TOX_ENV=py35
- TOX_ENV=flake8
python: 3.5
install:
- pip install tox
script: tox -e $TOX_ENV
after_success:
- pip install coveralls
- coveralls

0 comments on commit 3f4a050

Please sign in to comment.