File: .travis.yml

package info (click to toggle)
pyzor 1%3A1.1.2-1
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 868 kB
  • sloc: python: 7,266; makefile: 153; sh: 28
file content (19 lines) | stat: -rw-r--r-- 487 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
language: python
python:
  - "2.7"
  - "3.4"
  - "pypy"
  - "pypy3"
services:
  - redis-server
install: 
  - "./scripts/run_tests prepare"
script: 
  - "py.test tests/unit/ --cov pyzor --cov-report term-missing"
  - "py.test tests/functional/"
after_success:
  - coveralls
notifications:
  slack:
    secure: cjCoL6zEvbUGejQ39Xu4MNZHipxPux0+DG450js8S5L4+hSsch0FlHY1CP/Eeie0ko9QELhdWG1dB7Ndb7HQ5WVJsOhOA9mFYM5rBam4LZS1rv0Ggf0ASnfk0HDHiL0+f03ssneDNP4D8FhCdZl4FPgBPIUv2l+mTcWxHeoY4zM=