Skip to content

Commit

Permalink
Add Travis CI
Browse files Browse the repository at this point in the history
  • Loading branch information
rmocnik committed Jan 16, 2018
1 parent bf1daf4 commit 95d012c
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
language: python
notifications:
email: false
python:
- "2.7"
- "3.3"
- "3.4"
- "3.5"
- "3.6"
before_install:
- 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 95d012c

Please sign in to comment.