File: .travis.yml

package info (click to toggle)
python-redbaron 0.9.2-4.1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 776 kB
  • sloc: python: 6,650; makefile: 146; sh: 28
file content (21 lines) | stat: -rw-r--r-- 405 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
language: python
install:
  - pip install git+https://github.com/Psycojoker/baron.git
  - pip install pytest
  - find . -name '*.pyc' -delete
  - python setup.py install
python:
  - "2.6"
  - "2.7"
  - "3.4"
  - "3.5"
  - "3.6"
  - "3.7-dev"
script:
  - py.test tests
  - bash ./test_doc.sh
  - pip install pygments
  - py.test tests
  - bash ./test_doc.sh
notifications:
  irc: "chat.freenode.net#baron"