Skip to content

Commit

Permalink
closes #114; closes #115; (#116)
Browse files Browse the repository at this point in the history
  • Loading branch information
capelastegui committed Mar 5, 2019
1 parent 22a1af7 commit 3511be4
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@ language: python

matrix:
include:
- os: linux
python: 2.7.10
- os: linux
python: 2.7.15
- os: linux
Expand Down Expand Up @@ -54,8 +52,9 @@ install:
- pip install codecov

script:
- coverage run -m unittest discover
- pycodestyle ./ --ignore=E402,W
- coverage run -m unittest discover


after_success:
- codecov

0 comments on commit 3511be4

Please sign in to comment.