Skip to content
This repository has been archived by the owner on Sep 3, 2022. It is now read-only.

Commit

Permalink
tox: add posargs for easier contrib testing (#712)
Browse files Browse the repository at this point in the history
  • Loading branch information
alienczf authored and yebrahim committed Dec 12, 2018
1 parent 9c03e8b commit d903190
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ deps = pandas-profiling==1.4.0
solutionbox/structured_data/
solutionbox/image_classification/
commands =
python ./tests/main.py
python ./legacy_tests/main.py
python ./tests/main.py {posargs}
python ./legacy_tests/main.py {posargs}

[testenv:py27]
# apache-beam only supports python2.7, so we add that here.
Expand All @@ -41,5 +41,5 @@ deps = {[testenv]deps}
google-cloud-dataflow==2.5.0
coveralls
commands =
coverage run tests/main.py
coverage run tests/main.py {posargs}
- coveralls --rcfile=.coveragerc

0 comments on commit d903190

Please sign in to comment.