diff options
author | Joern Hees <gitdev@joernhees.de> | 2013-06-21 13:48:48 +0200 |
---|---|---|
committer | Joern Hees <gitdev@joernhees.de> | 2013-06-21 13:48:48 +0200 |
commit | 682d8161b5b0f1788b0f72a44a7dcdd37e57dad0 (patch) | |
tree | 9597cccfadc2064680ae363eb93f2cf4c0acafd7 /.travis.yml | |
parent | 88d5ce3908ef4f2a0537937c297227b282aaa6b1 (diff) | |
download | rdflib-682d8161b5b0f1788b0f72a44a7dcdd37e57dad0.tar.gz |
include running tests for coveralls-ci branch
this is just for the time of setting up coveralls integration
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index 108ffd45..2ef4a09c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,6 +4,7 @@ language: python branches: only: - master + - coveralls-ci python: - 2.5 |