TravisCI config file.

This commit is contained in:
John McNamara 2014-06-08 19:42:15 +01:00
parent 0b0a38c1d1
commit 30bb452b7e

View File

@ -5,8 +5,8 @@ compiler:
- gcc
install:
- sudo pip install pytest
- sudo apt-get install -y zlib1g-dev
- sudo apt-get install -y python-pytest
- sudo apt-get install -y valgrind
- wget http://googletest.googlecode.com/files/gtest-1.7.0.zip
- unzip gtest-1.7.0.zip