Skip to content

Commit

Permalink
wip: travis
Browse files Browse the repository at this point in the history
  • Loading branch information
kba committed Mar 23, 2018
1 parent 01045cf commit bed3ff9
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
language: python
python:
- 2.7
- 3.6
before_install:
- sudo apt-get -qq update
- sudo make deps-ubuntu
install:
- make deps-pip test-deps-pip
script:
- make test

0 comments on commit bed3ff9

Please sign in to comment.