Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Improve tox.ini to be able to run only some tests This change will make tox use posargs if there are any or fallback to "tests" args (which will run the all the tests). You can now use this command to start a specific test: tox -e py35 -- -x tests/test_client_connection.py * Add Python 3.6 to the testing environment
- Loading branch information