[Pkg-privacy-commits] [onionshare] 36/66: Updated .travis.yml

Ulrike Uhlig u-guest at moszumanska.debian.org
Wed Apr 13 22:17:49 UTC 2016


This is an automated email from the git hooks/post-receive script.

u-guest pushed a commit to branch master
in repository onionshare.

commit 738c05a5f83d6731a7fb4ceca92eb3daaf866414
Author: Micah Lee <micah at micahflee.com>
Date:   Mon Feb 15 23:09:09 2016 -0800

    Updated .travis.yml
---
 .travis.yml | 10 ++++++----
 1 file changed, 6 insertions(+), 4 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index 91a72ca..e23e695 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,9 +1,11 @@
 language: python
+sudo: required
+dist: trusty
 python:
-  - "3.2"
+  - "3.4"
+  - "3.5"
 # command to install dependencies
-before_install: "sudo apt-get install python3-nose"
-install: "pip3 install flask stem"
+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
-

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-privacy/packages/onionshare.git



More information about the Pkg-privacy-commits mailing list