Last change
on this file since 1720:a10aefe0f71f was
1720:a10aefe0f71f,
checked in by Stefan Schwarzer <sschwarzer@…>, 2 years ago
|
Remove support for `M2Crypto`
M2Crypto was used to get FTP_TLS support in Python 2. Since we now
target Python 3.5+, users can and should use `ftplib.FTP_TLS` to
get FTP_TLS support.
|
File size:
360 bytes
|
Line | |
---|
1 | # Tox (http://tox.testrun.org/) is a tool for running tests |
---|
2 | # in multiple virtualenvs. This configuration file will run the |
---|
3 | # test suite on all supported python versions. To use it, |
---|
4 | # "pip install tox" and then run "tox" from this directory. |
---|
5 | |
---|
6 | [tox] |
---|
7 | #envlist = py34, pypy |
---|
8 | envlist = py35, py36, py37 |
---|
9 | |
---|
10 | [testenv] |
---|
11 | commands = python -m pytest test |
---|
12 | deps = |
---|
13 | pytest |
---|
Note: See
TracBrowser
for help on using the repository browser.