Skip to content

Commit

Permalink
Merge pull request #19
Browse files Browse the repository at this point in the history
Add flake8 test to travis.yml
  • Loading branch information
fguillot authored Apr 18, 2017
2 parents ae8ed0b + 609c9b2 commit 5c0eebb
Showing 1 changed file with 11 additions and 5 deletions.
16 changes: 11 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,17 @@
language: python

python:
- '2.7'
- '3.4'
- '2.7'
- '3.4'

install:
- pip install -r requirements.txt
- pip install -r test-requirements.txt
script: nosetests
- pip install -r requirements.txt
- pip install -r test-requirements.txt

script:
- nosetests
- flake8

deploy:
provider: pypi
user: internaphosting
Expand Down

0 comments on commit 5c0eebb

Please sign in to comment.