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
Branches f-filesystem-core
No related tags found
No related merge requests found
...@@ -86,13 +86,13 @@ test:pycaosdb:py34: ...@@ -86,13 +86,13 @@ test:pycaosdb:py34:
tags: [ py34 ] tags: [ py34 ]
stage: test stage: test
script: script:
- py.test-3.4 - tox -r -e py34
test:pycaosdb:py27: test:pycaosdb:py27:
tags: [ py27 ] tags: [ py27 ]
stage: test stage: test
script: script:
- py.test-2.7 - tox -r -e py27
# pylint tests for pycaosdb (python 3.4) # pylint tests for pycaosdb (python 3.4)
.test:pycaosdb:python3.4:pylint: .test:pycaosdb:python3.4:pylint:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment