Skip to content

Commit

Permalink
Merge pull request #34 from richelbilderbeek/master
Browse files Browse the repository at this point in the history
Add Travis CI
  • Loading branch information
nagappan committed Feb 6, 2017
2 parents 2b248d5 + 3323921 commit 13ca4c8
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .travis.yml
@@ -0,0 +1,17 @@
sudo: required
dist: trusty # Qt5, from https://gist.github.com/jreese/6207161#gistcomment-1462109

install:
# LDTP
- sudo apt-get install python-twisted-web
- sudo apt-get install python-wnck
#- sudo apt-get install python-gnome
# Documentation
#- sudo apt-get install rst2pdf

script:
# Build LDTP
- python setup.py build
- sudo python setup.py install
# Build documentation
# Build and run examples
3 changes: 3 additions & 0 deletions README.rst
Expand Up @@ -2,6 +2,9 @@
LDTP
====

.. image:: https://travis-ci.org/ldtp/ldtp2.svg?branch=master
:target: https://travis-ci.org/ldtp/ldtp2

`LDTP <http://ldtp.freedesktop.org>`_ is the best cross platform GUI testing
tool out there. Why? Because it works on Linux, Windows, OS X, Solaris,
FreeBSD, NetBSD, and Palm Source. Your feedback is much appreciated, please
Expand Down

0 comments on commit 13ca4c8

Please sign in to comment.