Skip to content
Snippets Groups Projects
Commit 0a3deeef authored by ulif's avatar ulif
Browse files

Add a travis config.

parent 424d8b89
No related branches found
No related tags found
No related merge requests found
language: python
python:
- "2.7"
- "3.3"
before_install:
- sudo apt-get update -qq
- sudo apt-get install -qq gnupg
# Workaround for a permissions issue with Travis virtual machine images
# that breaks Python's multiprocessing:
# https://github.com/travis-ci/travis-cookbooks/issues/155
- sudo rm -rf /dev/shm
- sudo ln -s /run/shm /dev/shm
# command to install dependencies
install:
- python setup.py dev
# command to run tests
script: "python setup.py test"
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