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 6110877 commit 6b32cfaCopy full SHA for 6b32cfa
.travis.yml
@@ -2,7 +2,7 @@ language: python
2
python: "2.7"
3
install: 'pip install -r test_requirements.txt'
4
script:
5
- - pip freeze
6
- - coverage run --source=django-trees python manage.py test
+ - coverage run --source=django-trees manage.py test
+ - coverage report
7
- coverage report | tail -n 1 | grep 100%
8
- flake8 django_trees --max-line-length=120 --max-complexity=5
0 commit comments