Skip to content
Snippets Groups Projects
.travis.yml 260 B
Newer Older
# http://about.travis-ci.org/docs/user/languages/python/

language: python
python:
  - "2.6"
  - "2.7"

install: 
  - python setup.py install
  - pip install -r requirements-dev.txt
  - py.test --pep8 mwclient -v tests/client_test.py