File: .travis.yml

package info (click to toggle)
python-ofxclient 2.0.4-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 244 kB
  • sloc: python: 1,322; makefile: 6
file content (9 lines) | stat: -rw-r--r-- 154 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
language: python
python:
  - "2.7"
  - "3.4"
  - "3.5"
  - "3.6"
install:
  - pip install -r requirements-test.txt
script: nosetests --verbose tests/*.py