Skip to content

Commit

Permalink
add tox config file and .tox/ to gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
medecau authored and vsergeev committed Apr 19, 2017
1 parent bdeee20 commit 2f7b667
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@ dist/
*.egg-info/
*.pyc
*.swp
.tox/
6 changes: 6 additions & 0 deletions tox.ini
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
[tox]
envlist = py27, py35, py36, pypy, pypy3
skip_missing_interpreters=true
[testenv]
deps = pytest
commands = pytest

0 comments on commit 2f7b667

Please sign in to comment.