Skip to content

Commit

Permalink
moar whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
h-m-f-t committed Nov 27, 2017
1 parent dd7bb78 commit a3c9d38
Showing 1 changed file with 14 additions and 8 deletions.
22 changes: 14 additions & 8 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,17 +1,23 @@
language: python

sudo: false

python:
- '3.4'
- '3.5'
- '3.6'
- '3.4'
- '3.5'
- '3.6'

install:
- pip install flake8 pytest-cov pytest coveralls
- pip install -e .
- pip install flake8 pytest-cov pytest coveralls
- pip install -e .

script:
- pytest --cov=trustymail
- flake8 .
- pytest --cov=trustymail
- flake8 .

after_success:
- coveralls
- coveralls

deploy:
provider: pypi
user: hmft
Expand Down

0 comments on commit a3c9d38

Please sign in to comment.