Skip to content
Snippets Groups Projects
Commit 6fc0dcaa authored by Timm Fitschen's avatar Timm Fitschen
Browse files

DEV: use tox instead of plain py.test

parent dd527df1
No related branches found
No related tags found
No related merge requests found
......@@ -86,13 +86,13 @@ test:pycaosdb:py34:
tags: [ py34 ]
stage: test
script:
- py.test-3.4
- tox -r -e py34
test:pycaosdb:py27:
tags: [ py27 ]
stage: test
script:
- py.test-2.7
- tox -r -e py27
# pylint tests for pycaosdb (python 3.4)
.test:pycaosdb:python3.4:pylint:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment