File: .travis.yml

package info (click to toggle)
python-bitcoinlib 0.12.2-1
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 1,356 kB
  • sloc: python: 8,212; makefile: 132; sh: 6
file content (10 lines) | stat: -rw-r--r-- 150 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
git:
  depth: 9999999
language: python
python:
  - "3.4"
  - "3.5"
  - "3.6"
  - "3.7"
# command to run tests
script: python3 -m unittest discover -v