[go: up one dir, main page]

File: .travis.yml

package info (click to toggle)
retweet 0.10-1.1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 192 kB
  • sloc: python: 499; makefile: 148
file content (14 lines) | stat: -rw-r--r-- 266 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
language: python
python:
  - "3.3"
  - "3.4"
  - "3.5"
# command to install dependencies
install: 
  - pip install -r requirements.txt
  - pip install coveralls
# command to run tests
script:
  coverage3 run --source=retweet setup.py test
after_success:
  coveralls