File: .travis.yml

package info (click to toggle)
onionshare 0.9.1-1~bpo8%2B2
  • links: PTS, VCS
  • area: contrib
  • in suites: jessie-backports
  • size: 960 kB
  • sloc: python: 1,596; sh: 51; xml: 33; makefile: 8
file content (11 lines) | stat: -rw-r--r-- 278 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
language: python
sudo: required
dist: trusty
python:
  - "3.4"
  - "3.5"
# command to install dependencies
before_install: "sudo apt-get update; sudo apt-get install -y python3-nose python3-flask python3-stem python3-pyqt5"
install: ""
# command to run tests
script: nosetests3