.travis.yml 181 B

1234567891011
  1. language: python
  2. python:
  3. - 2.6
  4. - 2.7
  5. - 3.3
  6. env: HTTPBIN_URL=http://httpbin.org/
  7. script: invoke test
  8. install:
  9. - pip install -r requirements.txt
  10. notifications:
  11. email: false