Skip to content

Commit

Permalink
feat: minor changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Aju100 committed Mar 30, 2021
1 parent d3d35c5 commit 0d60d8a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CONTRIBUTING.rst
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ Tips
To run a subset of tests::


$ python -m unittest tests.test_asciju
$ python3 -m unittest tests.test_asciju

Deploying
---------
Expand Down
4 changes: 2 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@ python =
3.5: py35

[testenv:flake8]
basepython = python
basepython = python3
deps = flake8
commands = flake8 asciju tests

[testenv]
setenv =
PYTHONPATH = {toxinidir}

commands = python setup.py test
commands = python3 setup.py test

0 comments on commit 0d60d8a

Please sign in to comment.