Skip to content
Snippets Groups Projects
Commit 5b9c2c83 authored by Vermaat's avatar Vermaat
Browse files

Merge pull request #347 from mutalyzer/travis-no-sudo

Travis updates
parents b08d2808 2ebed06e
No related branches found
No related tags found
No related merge requests found
# Validate this file using http://lint.travis-ci.org/
language: python
sudo: false
cache: pip
python: "2.7"
addons:
apt_packages: swig
postgresql: "9.4"
services: redis-server
before_install:
- sudo apt-get update -qq
- sudo apt-get install -y swig
- CFLAGS=-O0 pip install -r requirements.txt
- pip install psycopg2
install: pip install .
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment