Browse Source

THE END

pull/386/head
Eduardo Calil 10 years ago
parent
commit
c983f7422a
  1. 2
      .travis.yml
  2. 14
      requirements/test-requirements.txt

2
.travis.yml

@ -13,7 +13,7 @@ addons:
install:
- sudo apt-get install git nginx python3-dev libpq-dev graphviz-dev graphviz pkg-config python-psycopg2 nodejs npm
- sudo ln -s /usr/bin/node
- pip install -r requirements/dev-requirements.txt
- pip install -r requirements/test-requirements.txt
- pip install --upgrade setuptools
# Line 24 to 35 is a hack found in this link below

14
requirements/test-requirements.txt

@ -1,11 +1,11 @@
-r requirements.txt
coverage
coverage==4.0.3
django-webtest
flake8==2.5.4
isort==4.2.5
model_mommy
pep8
pytest
pytest-cov
pytest-django
webtest
model_mommy==1.2.6
pep8==1.7.0
pytest==2.7.2
pytest-cov==2.2.1
pytest-django==2.9.1
webtest==2.0.21

Loading…
Cancel
Save