blob: 58494cec74ced50c094b2930cef7df3097f333d7 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
|
language: python
python:
- "2.6"
- "2.7"
- "pypy"
- "3.2"
- "3.3"
before_script:
- '[ "${TRAVIS_PYTHON_VERSION}" = "2.6" ] && pip install --use-mirrors futures ordereddict unittest2 || /bin/true'
- "sudo apt-get install procmail"
- "pip install --use-mirrors beautifulsoup4 PyYAML"
script: python setup.py test
|