Skip to content

Commit

Permalink
UK: travis config
Browse files Browse the repository at this point in the history
  • Loading branch information
ukanga committed Oct 17, 2014
1 parent afad5c3 commit e2facb8
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .travis.yml
@@ -0,0 +1,6 @@
language: python
python:
- "2.7"
install:
- "pip install -r dev-requirements.txt"
script: "nosetests tests --with-doctest --with-coverage"

0 comments on commit e2facb8

Please sign in to comment.