Skip to content
This repository has been archived by the owner on Mar 22, 2018. It is now read-only.

Commit

Permalink
before-install, force build
Browse files Browse the repository at this point in the history
  • Loading branch information
Mario Frasca committed Jan 2, 2015
1 parent 752de64 commit 3f7de5a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@ language: python
python:
- "2.6"
- "2.7"
before-install: python setup.py build
before-install:
- sudo apt-get install python-gtk2
- python setup.py build
install: python setup.py install
# command to run tests, e.g. python setup.py test
script: python setup.py test

0 comments on commit 3f7de5a

Please sign in to comment.