Skip to content

Commit cc6d387

Browse files
committed
Print out page URLs as Travis freezes them
This should prevent Travis from thinking the process hangs.
1 parent ab7f0a0 commit cc6d387

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ before_script: # encrypted variables aren't accessible in PRs
1414
script:
1515
- python -m pytest test_naucse
1616
- python -m naucse list_courses # don't remove, there might be timeouts otherwise, see naucse/cli.py for details
17-
- python -m naucse freeze
17+
- python -m naucse freeze --verbose
1818
after_script:
1919
- echo "Suplementary logs:"
2020
- cat .arca/naucse.log

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
PyYAML
22
ansi2html
3-
elsa>=0.1.4
3+
elsa>=0.1.5
44
flask
55
frozen-flask
66
ics

0 commit comments

Comments
 (0)