File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 59
59
# built documents.
60
60
#
61
61
# The short X.Y version.
62
- version = '0.2.1 '
62
+ version = '0.2.2 '
63
63
# The full version, including alpha/beta/rc tags.
64
64
release = version
65
65
Original file line number Diff line number Diff line change 8
8
import subprocess
9
9
import platform
10
10
11
- VERSION = '0.2.1 '
11
+ VERSION = '0.2.2 '
12
12
PKG_DIR = 'pyroaring'
13
13
14
14
PLATFORM_WINDOWS = (platform .system () == 'Windows' )
Original file line number Diff line number Diff line change 21
21
pass
22
22
23
23
settings .register_profile ("ci" , settings (
24
- max_examples = 500 , deadline = None , timeout = unlimited ))
24
+ max_examples = 100 , deadline = None , timeout = unlimited ))
25
25
settings .register_profile ("dev" , settings (max_examples = 10 , deadline = 2000 ))
26
26
settings .register_profile ("debug" , settings (
27
27
max_examples = 10 , verbosity = Verbosity .verbose , deadline = 2000 ))
You can’t perform that action at this time.
0 commit comments