Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
ingenieroariel committed Mar 10, 2017
1 parent 3eb9dee commit 98a97f0
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,25 +2,22 @@ sudo: false

language: python

cache:
pip: true

python:
- "2.7"
- "3.5"

cache:
directories:
- /home/travis/virtualenv/python2.7/lib/python2.7/site-packages
- $HOME/.cache/pip

before_script:
- pip install coveralls
before_install:
- pip install coveralls flake8 pytest

script:
- coverage run --source=abraham setup.py test

after_script:
- pip install flake8
- flake8 abraham

after_success:
Expand Down

0 comments on commit 98a97f0

Please sign in to comment.