Merge lp:~coreygoldberg/autopilot/no-more-tox into lp:~autopilot/autopilot/temp-dev

Proposed by Corey Goldberg
Status: Merged
Approved by: Thomi Richards
Approved revision: 513
Merged at revision: 513
Proposed branch: lp:~coreygoldberg/autopilot/no-more-tox
Merge into: lp:~autopilot/autopilot/temp-dev
Diff against target: 60 lines (+1/-47)
2 files modified
docs/faq/contribute.rst (+1/-22)
tox.ini (+0/-25)
To merge this branch: bzr merge lp:~coreygoldberg/autopilot/no-more-tox
Reviewer Review Type Date Requested Status
Thomi Richards (community) Approve
PS Jenkins bot continuous-integration Approve
Review via email: mp+220469@code.launchpad.net

Commit message

remove tox for running tests across multiple python versions

Description of the change

remove tox.ini and update docs since we are now only supporting python 3.4

To post a comment you must log in.
Revision history for this message
PS Jenkins bot (ps-jenkins) wrote :
review: Needs Fixing (continuous-integration)
Revision history for this message
PS Jenkins bot (ps-jenkins) wrote :

PASSED: Continuous integration, rev:513
http://jenkins.qa.ubuntu.com/job/autopilot-autopilot-temp-dev-ci/114/
Executed test runs:
    SUCCESS: http://jenkins.qa.ubuntu.com/job/autopilot-autopilot-temp-dev-utopic-amd64-ci/74
        deb: http://jenkins.qa.ubuntu.com/job/autopilot-autopilot-temp-dev-utopic-amd64-ci/74/artifact/work/output/*zip*/output.zip
    SUCCESS: http://jenkins.qa.ubuntu.com/job/autopilot-autopilot-temp-dev-utopic-armhf-ci/74
        deb: http://jenkins.qa.ubuntu.com/job/autopilot-autopilot-temp-dev-utopic-armhf-ci/74/artifact/work/output/*zip*/output.zip
    SUCCESS: http://jenkins.qa.ubuntu.com/job/autopilot-autopilot-temp-dev-utopic-i386-ci/74
        deb: http://jenkins.qa.ubuntu.com/job/autopilot-autopilot-temp-dev-utopic-i386-ci/74/artifact/work/output/*zip*/output.zip
    SUCCESS: http://jenkins.qa.ubuntu.com/job/generic-mediumtests-utopic-autopilot/118
    SUCCESS: http://jenkins.qa.ubuntu.com/job/generic-mediumtests-utopic-touch/103
    SUCCESS: http://jenkins.qa.ubuntu.com/job/autopilot-testrunner-otto-utopic-autopilot/89
    SUCCESS: http://jenkins.qa.ubuntu.com/job/generic-mediumtests-builder-utopic-amd64/485
        deb: http://jenkins.qa.ubuntu.com/job/generic-mediumtests-builder-utopic-amd64/485/artifact/work/output/*zip*/output.zip
    SUCCESS: http://jenkins.qa.ubuntu.com/job/generic-mediumtests-builder-utopic-armhf/827
        deb: http://jenkins.qa.ubuntu.com/job/generic-mediumtests-builder-utopic-armhf/827/artifact/work/output/*zip*/output.zip
    SUCCESS: http://jenkins.qa.ubuntu.com/job/generic-mediumtests-runner-mako/6632
    SUCCESS: http://s-jenkins.ubuntu-ci:8080/job/touch-flash-device/7535

Click here to trigger a rebuild:
http://s-jenkins.ubuntu-ci:8080/job/autopilot-autopilot-temp-dev-ci/114/rebuild

review: Approve (continuous-integration)
Revision history for this message
Thomi Richards (thomir-deactivatedaccount) :
review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'docs/faq/contribute.rst'
2--- docs/faq/contribute.rst 2013-12-10 06:23:20 +0000
3+++ docs/faq/contribute.rst 2014-05-21 14:34:23 +0000
4@@ -97,25 +97,4 @@
5 Q. Which version of Python can Autopilot use?
6 =============================================
7
8-Autopilot supports both Python 2.7 and Python 3.3 from a single code base.
9-
10-Q. How do I run tests with `tox`?
11-=================================
12-
13-You can use `tox <http://tox.testrun.org>` to test against multiple Python versions. See `tox.ini` in the Autopilot's root directory for details.
14-
15-Install `tox`::
16-
17- $ sudo apt-get install python-tox
18-
19-To run all tests against all supported Python versions:
20-
21- $ tox
22-
23-To run specific tests using `tox`::
24-
25- $ tox -- <test path>
26-
27-Example::
28-
29- $ tox -- autopilot.tests.unit
30+Autopilot supports Python 3.4.
31
32=== removed file 'tox.ini'
33--- tox.ini 2013-11-28 01:12:52 +0000
34+++ tox.ini 1970-01-01 00:00:00 +0000
35@@ -1,25 +0,0 @@
36-# Tox (http://tox.testrun.org/) is a tool for running tests
37-# in multiple virtualenvs. This configuration file will run the
38-# test suite on all supported python versions.
39-#
40-# To use it, install the `tox` python package:
41-# "sudo pip install tox" or "sudo apt-get install python-tox"
42-# then run "tox" from this directory.
43-
44-
45-[tox]
46-envlist = flake8, py27, py33
47-
48-[flake8]
49-exclude = .tox, debian, lttng_module
50-
51-[testenv]
52-sitepackages = True
53-commands =
54- autopilot run {posargs:autopilot.tests}
55-
56-[testenv:flake8]
57-deps =
58- flake8
59-commands =
60- flake8 autopilot

Subscribers

People subscribed via source and target branches