Git based wiki inspired by Gollum
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

20 lines
251B

  1. language: python
  2. python:
  3. - "2.7"
  4. addons:
  5. apt:
  6. packages:
  7. - libxml2-dev
  8. - libxslt1-dev
  9. - zlib1g-dev
  10. - libffi-dev
  11. - libyaml-dev
  12. - libssl-dev
  13. install: "pip install -r requirements-dev.txt"
  14. script: nosetests
  15. sudo: false