Skip to content

Commit 6b32cfa

Browse files
committed
Peripheral: Updated ci build
1 parent 6110877 commit 6b32cfa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ language: python
22
python: "2.7"
33
install: 'pip install -r test_requirements.txt'
44
script:
5-
- pip freeze
6-
- coverage run --source=django-trees python manage.py test
5+
- coverage run --source=django-trees manage.py test
6+
- coverage report
77
- coverage report | tail -n 1 | grep 100%
88
- flake8 django_trees --max-line-length=120 --max-complexity=5

0 commit comments

Comments
 (0)