DEBSOURCES
Skip Quicknav
sources / python-bitcoinlib / 0.12.2-1 / .travis.yml
12345678910
git: depth: 9999999 language: python python: - "3.4" - "3.5" - "3.6" - "3.7" # command to run tests script: python3 -m unittest discover -v