File: .travis.yml

package info (click to toggle)
flask-basicauth 0.2.0-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 168 kB
  • sloc: python: 217; makefile: 140
file content (10 lines) | stat: -rw-r--r-- 118 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
language: python
python:
  - 2.6
  - 2.7
  - 3.3
  - pypy
install:
  - pip install .
script:
  - python setup.py test