[Pkg-privacy-commits] [onionshare] 30/66: Updated .travis.yml to work with python3 tests (#261)
Ulrike Uhlig
u-guest at moszumanska.debian.org
Wed Apr 13 22:17:48 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 a11cbe4f82095ff48ad62a1ab88e2841e7a5cd14
Author: Micah Lee <micah at micahflee.com>
Date: Mon Feb 15 11:18:31 2016 -0800
Updated .travis.yml to work with python3 tests (#261)
---
.travis.yml | 9 ++++-----
1 file changed, 4 insertions(+), 5 deletions(-)
diff --git a/.travis.yml b/.travis.yml
index 0dec674..91a72ca 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,10 +1,9 @@
language: python
python:
- - "2.6"
- - "2.7"
+ - "3.2"
# command to install dependencies
-before_install: "sudo apt-get install -y build-essential fakeroot python-all python-stdeb python-qt4"
-install: "pip install nose flask stem"
+before_install: "sudo apt-get install python3-nose"
+install: "pip3 install flask stem"
# command to run tests
-script: nosetests test
+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