Skip to content

Commit d9148af

Browse files
author
Travis CI dpl test (via Travis CI)
committed
Update master
1 parent bf7c3a8 commit d9148af

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

user/languages/python.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -158,8 +158,6 @@ If you're using tox to test your code against multiple versions of Python, you h
158158
* use `language: generic` and manually install the Python versions you're interested in before running tox (without the manual installation, tox will only have access to the default Ubuntu Python versions - 2.7.12 and 3.5.1 for Xenial)
159159
* use `language: python` and a build matrix that uses a different version of Python for each branch (you can specify the Python version by using the `python` key). This will ensure the versions you're interested in are installed and parallelizes your workload.
160160

161-
A good example of a `travis.yml` that runs tox using a Travis build matrix is [twisted/klein](https://github.com/twisted/klein/blob/master/.travis.yml).
162-
163161
## Running Python tests on multiple Operating Systems
164162

165163
Sometimes it is necessary to ensure that software works the same across multiple Operating Systems. This following `.travis.yml` file will execute parallel test runs on Linux, macOS, and Windows.

0 commit comments

Comments
 (0)