diff --git a/.travis.yml b/.travis.yml index e358b30..533c3fb 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,4 +2,5 @@ language: python python: - "2.7" install: "pip install -e ." -script: py.test \ No newline at end of file +script: py.test +sudo: false diff --git a/README.md b/README.md index 1988a14..fced86e 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,5 @@ +[![Build Status](https://travis-ci.org/openeventdata/petrarch.svg?branch=master)](https://travis-ci.org/openeventdata/petrarch) + PETRARCH ======== diff --git a/petrarch/tests/.test_petrarch.py.swo b/petrarch/tests/.test_petrarch.py.swo deleted file mode 100644 index 00d44e5..0000000 Binary files a/petrarch/tests/.test_petrarch.py.swo and /dev/null differ