aboutsummaryrefslogblamecommitdiffstats
path: root/.travis.yml
blob: 85d9c5c6aca345ffac849573126b81962caea48b (plain) (tree)
1
2
3
4
5
6
7
8
9

                




              

                                                     
language: python
python:
  - "2.7"
  - "pypy"
  - "3.2"
  - "3.3"
before_script:
  - "pip install --use-mirrors beautifulsoup4 PyYAML"
script: python setup.py test