File tree Expand file tree Collapse file tree 4 files changed +6
-4
lines changed
Expand file tree Collapse file tree 4 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 55- 3.6
66- 3.7
77- 3.8-dev
8- - pypy3.6-alpha
8+ # - pypy3.6-alpha
99
1010install :
1111- pip install tox-travis
Original file line number Diff line number Diff line change 4545# built documents.
4646#
4747# The short X.Y version.
48- version = '1.0.4 '
48+ version = '1.0.5 '
4949# The full version, including alpha/beta/rc tags.
50- release = '1.0.4 '
50+ release = '1.0.5 '
5151
5252# The language for content autogenerated by Sphinx. Refer to documentation
5353# for a list of supported languages.
Original file line number Diff line number Diff line change 1515import python_toolbox .monkeypatch_copyreg
1616import python_toolbox .monkeypatch_envelopes
1717
18- __version__ = '1.0.4 '
18+ __version__ = '1.0.5 '
1919__version_info__ = python_toolbox .version_info .VersionInfo (
2020 * (map (int , __version__ .split ('.' )))
2121)
Original file line number Diff line number Diff line change 44'''Testing package for `python_toolbox`.'''
55
66import sys
7+ import os
78import pathlib
89import importlib
910
@@ -29,6 +30,7 @@ def __bootstrap():
2930
3031def invoke_tests ():
3132 '''Start Pytest using this `test_python_toolbox` test package.'''
33+ os .chdir (os .path .dirname (__file__ ))
3234 pytest .main ()
3335 # nose.run(defaultTest='test_python_toolbox',
3436 # argv=(arguments + sys.argv[1:]))
You can’t perform that action at this time.
0 commit comments