Skip to content

Commit

Permalink
add pytest.ini, never remembered to commit before :-P
Browse files Browse the repository at this point in the history
  • Loading branch information
hughperkins committed Nov 25, 2016
1 parent b9b5f8d commit 51f3295
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions pytest.ini
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
[pytest]
addopts = --pep8 --junitxml=test/junit-pytest-report.xml -ra
testpaths = tensorflow/stream_executor/cl/test
pep8ignore =
*.py E501

0 comments on commit 51f3295

Please sign in to comment.