Skip to content

Commit a212d41

Browse files
authored
Update .travis.yml
1 parent 039ad6a commit a212d41

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ install:
77

88
before_script:
99
- pycodestyle --exclude=migrations,settings.py,lib,tests --max-line-length=100 .
10+
- cd app/
1011

1112
script:
12-
- cd app/
1313
- python3.6 -m pytest -v tests/
1414

1515
notifications:

0 commit comments

Comments
 (0)