Skip to content

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
cclauss committed Sep 22, 2019
1 parent ab68602 commit a6a9c34
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .travis.yml
Expand Up @@ -2,13 +2,14 @@ cache:
directories:
- "$HOME"
language: python
python:
- 2.7.8
- 2.7
matrix:
include:
- python: 2.7.8
dist: trusty
- python: 2.7
install:
- travis_retry pip install coveralls flake8 -r requirements.txt
- travis_retry pip install coveralls -r requirements.txt
script:
- flake8 . --count --select=E9,F63,F7,F82 --show-source --statistics
- python setup.py test
- coverage run --source=src setup.py test
after_success: coveralls
Expand Down

0 comments on commit a6a9c34

Please sign in to comment.