diff --git a/app/index.py b/app/index.py new file mode 100644 index 00000000..cf5f2a55 --- /dev/null +++ b/app/index.py @@ -0,0 +1 @@ +print "index file" diff --git a/fetch-test.py b/fetch-test.py new file mode 100644 index 00000000..0a5e5f77 --- /dev/null +++ b/fetch-test.py @@ -0,0 +1 @@ +print "this file should show up" diff --git a/index.py b/index.py new file mode 100644 index 00000000..489dcc76 --- /dev/null +++ b/index.py @@ -0,0 +1 @@ +print "index" diff --git a/tox.ini b/tox.ini index 0f5bd8a8..9fc042b1 100644 --- a/tox.ini +++ b/tox.ini @@ -2,6 +2,7 @@ envlist = py{27,35,36,37,38,39,310,311,312,py,py3},flake8,docs,headers skip_missing_interpreters = true + [testenv] deps = pytest pytest-cov