Skip to content

Commit

Permalink
Back to 2.7 only
Browse files Browse the repository at this point in the history
  • Loading branch information
quicklizard99 committed Nov 11, 2016
1 parent 6f660f7 commit dc58462
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,18 +6,17 @@ sudo:

python:
- "2.7"
- "3.4"
- "3.5"

before_install:
- sudo apt-get -qq update
- sudo apt-get install -y libdmtx0a libzbar0 python-opencv
virtualenv:
system_site_packages: true

install:
- pip install tox-travis coveralls
- sudo apt-get -qq update
- sudo apt-get install -y --fix-missing libdmtx0a libzbar0 python-opencv
- pip install -r requirements.pip

script:
- tox
- python -m nose --verbose --with-coverage --cover-inclusive --cover-tests --cover-package=gouda gouda

after_success:
- coveralls

0 comments on commit dc58462

Please sign in to comment.