Skip to content

Commit

Permalink
Fix a typo in the pull request template (keon#514)
Browse files Browse the repository at this point in the history
* Fix a typo in the pull request template

* Tox and Travis should use the SAME Python
  • Loading branch information
cclauss authored and goswami-rahul committed Jul 29, 2019
1 parent 68c2661 commit a941edc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
- [ ] **If creating a new file :**
- [ ] added links to it in the README files ?
- [ ] included tests with it ?
- [ ] added description (overview of algorithm, time and space compleixty, and possible edge case) in docstrings ?
- [ ] added description (overview of algorithm, time and space complexity, and possible edge case) in docstrings ?

- [ ] **if done some changes :**
- [ ] wrote short description in the PR explaining what the changes do ?
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ commands =
[testenv:py36]
passenv = CI TRAVIS TRAVIS_*
basepython =
python3.4
python3.6
deps =
pytest
commands =
Expand Down

0 comments on commit a941edc

Please sign in to comment.