File tree 8 files changed +8
-8
lines changed
8 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -17,4 +17,4 @@ install:
17
17
- pip install -r requirements.txt
18
18
- if [[ $TRAVIS_PYTHON_VERSION != 'pypy' ]]; then pip install --no-binary lxml html5-parser; fi
19
19
20
- script : ./ setup.py test
20
+ script : python setup.py test
Original file line number Diff line number Diff line change 1
- #!/usr/bin/env python2
1
+ #!/usr/bin/env python
2
2
# vim:fileencoding=utf-8
3
3
# License: BSD Copyright: 2017, Kovid Goyal <kovid at kovidgoyal.net>
4
4
Original file line number Diff line number Diff line change 1
- #!/usr/bin/env python2
1
+ #!/usr/bin/env python
2
2
# vim:fileencoding=utf-8
3
3
# License: BSD Copyright: 2017, Kovid Goyal <kovid at kovidgoyal.net>
4
4
Original file line number Diff line number Diff line change 1
- #!/usr/bin/env python2
1
+ #!/usr/bin/env python
2
2
# vim:fileencoding=utf-8
3
3
from __future__ import absolute_import
4
4
Original file line number Diff line number Diff line change 1
- #!/usr/bin/env python2
1
+ #!/usr/bin/env python
2
2
# vim:fileencoding=utf-8
3
3
# License: GPLv3 Copyright: 2018, Kovid Goyal <kovid at kovidgoyal.net>
4
4
Original file line number Diff line number Diff line change 1
- #!/usr/bin/env python2
1
+ #!/usr/bin/env python
2
2
# vim:fileencoding=utf-8
3
3
# License: BSD Copyright: 2017, Kovid Goyal <kovid at kovidgoyal.net>
4
4
Original file line number Diff line number Diff line change 1
- #!/usr/bin/env python2
1
+ #!/usr/bin/env python
2
2
3
3
"""
4
4
Note that the functional tests and doctests require test-tools to be on
Original file line number Diff line number Diff line change 1
- #!/usr/bin/env python2
1
+ #!/usr/bin/env python
2
2
"""Stateful programmatic web browsing.
3
3
4
4
Stateful programmatic web browsing, after Andy Lester's Perl module
You can’t perform that action at this time.
0 commit comments