Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
blazs committed Jan 16, 2018
2 parents e959a92 + ab97824 commit f4aa616
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
language: python
notifications:
email: false
python:
- "2.7"
- "3.3"
- "3.4"
- "3.5"
- "3.6"
before_install:
- sudo add-apt-repository ppa:jonathonf/backports
- sudo apt-get -qq update
- sudo apt-get install -y libopenjp2-7
install:
- pip install -r requirements-dev.txt
- pip install .
script:
- pytest --cov

0 comments on commit f4aa616

Please sign in to comment.