Skip to content

Commit

Permalink
Attempting to get Travis to work with Bookie
Browse files Browse the repository at this point in the history
  • Loading branch information
craigmaloney committed May 3, 2015
1 parent 70d0dd4 commit b292bf3
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
language: python
python:
- "2.6"
- "2.7"
- "3.2"
- "3.3"
- "3.4"
before_install: sudo make sysdeps
# command to install dependencies
install:
- make install
# command to run tests
script: py.test -q --tb native -s tests

0 comments on commit b292bf3

Please sign in to comment.