We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d29fbd9 commit 7000ff8Copy full SHA for 7000ff8
{{cookiecutter.project_slug}}/requirements.txt
@@ -36,6 +36,7 @@ pytz==2017.2
36
PyYAML==3.12
37
requests==2.11.1
38
selenium==3.4.3
39
+setuptools==3.6.2.2
40
simplejson==3.11.1
41
six==1.10.0
42
snowballstemmer==1.2.1
{{cookiecutter.project_slug}}/tox.ini
@@ -7,7 +7,6 @@ passenv = *
7
deps=
8
pip
9
wheel
10
- setuptools==3.6.2.2
11
-rrequirements.txt
12
-e.
13
commands=py.test --junitxml=junit-{envname}.xml {posargs:{{cookiecutter.project_slug}}}
0 commit comments