File: .travis.yml

package info (click to toggle)
python-memcache 1.57-1~bpo8%2B1
  • links: PTS, VCS
  • area: main
  • in suites: jessie-backports
  • size: 356 kB
  • sloc: python: 1,204; makefile: 43; sh: 19
file content (13 lines) | stat: -rw-r--r-- 181 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
language: python
python:
  - 2.6
  - 2.7
  - 3.2
  - 3.3
  - 3.4
  - pypy
services:
  - memcached
install: python setup.py install
before_script: pip install nose
script: nosetests