Commit c47045b1 authored by Hanno Schlichting's avatar Hanno Schlichting

add a trial travis.yml file, more tweaking required

parent 1c3882f8
language: python
python:
- "2.6"
- "2.7"
- "3.2"
- "pypy"
branches:
only:
- master
notifications:
email:
- hanno@hannosch.eu
install:
- python -c "import re; print(re);"
script:
- python dev.py
- bin/test
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment