You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix#145: add posargs in tox.ini (single test cases) (#146)
Fix#146: improve tox.ini/.travis.yml
* Changes in tox.ini:
* add posargs for pytest. This allows to run only a single test function.
* Rename py.test -> pytest as the old spelling py.test will be deprecated in the future.
* Changes in .travis.yml:
* Add cache for pip to speed up things a little bit
* Add tox as a installation requirement
* Replace setup.py with tox as it discouraged in https://tox.readthedocs.io/en/latest/example/basic.html#integration-with-setup-py-test-command
0 commit comments