File: .travis.yml

package info (click to toggle)
python-requests-unixsocket 0.1.5-1~bpo8%2B1
  • links: PTS, VCS
  • area: main
  • in suites: jessie-backports
  • size: 140 kB
  • sloc: python: 248; makefile: 34
file content (17 lines) | stat: -rw-r--r-- 237 bytes parent folder | download | duplicates (17)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
language: python

env:
    - TOXENV=py26
    - TOXENV=py27
    - TOXENV=py33
    - TOXENV=py34
    - TOXENV=py35
    - TOXENV=pypy
    - TOXENV=flake8
    - TOXENV=coverage

install:
    - travis_retry pip install tox

script:
    - tox