From 4a7286f371894e15fd5f4de6f82c4380bf9c8ff4 Mon Sep 17 00:00:00 2001 From: Alex Seeholzer Date: Tue, 1 Nov 2016 22:37:01 +0100 Subject: [PATCH] added requirements for testing --- .travis.yml | 5 +---- requirements-testing.txt | 5 +++++ 2 files changed, 6 insertions(+), 4 deletions(-) create mode 100644 requirements-testing.txt diff --git a/.travis.yml b/.travis.yml index 89666d87..4f6744a9 100644 --- a/.travis.yml +++ b/.travis.yml @@ -11,12 +11,9 @@ env: - DJANGO=1.10.2 install: - - pip install argparse - - pip install coverage - - pip install codecov - - pip install pep8 - pip install -q Django==$DJANGO - pip install -q -r requirements.txt + - pip install -q -r requirements-testing.txt before_script: - "pep8 --exclude=migrations --ignore=E501 helpdesk" diff --git a/requirements-testing.txt b/requirements-testing.txt new file mode 100644 index 00000000..5119ce02 --- /dev/null +++ b/requirements-testing.txt @@ -0,0 +1,5 @@ +pysocks +pep8 +codecov +coverage +argparse \ No newline at end of file