File tree 2 files changed +1
-3
lines changed
2 files changed +1
-3
lines changed Original file line number Diff line number Diff line change 31
31
- FLOATX='float64' TESTCMD="--durations=10 --cov-append pymc3/tests/test_distributions_random.py pymc3/tests/test_shared.py pymc3/tests/test_smc.py pymc3/tests/test_sampling.py pymc3/tests/test_parallel_sampling.py pymc3/tests/test_dist_math.py pymc3/tests/test_distribution_defaults.py pymc3/tests/test_distributions_timeseries.py pymc3/tests/test_random.py"
32
32
- FLOATX='float64' TESTCMD="--durations=10 --cov-append pymc3/tests/test_examples.py pymc3/tests/test_posteriors.py pymc3/tests/test_gp.py"
33
33
- FLOATX='float64' TESTCMD="--durations=10 --cov-append pymc3/tests/test_variational_inference.py pymc3/tests/test_updates.py pymc3/tests/test_shape_handling.py"
34
- - PYTHON_VERSION=3.5 FLOATX='float64' ENVNAME="py35_testenv" TESTCMD="--cov-append pymc3/tests/test_sampling.py pymc3/tests/test_model_graph.py"
35
34
36
35
script :
37
36
- . ./scripts/test.sh $TESTCMD
Original file line number Diff line number Diff line change 14
14
classifiers = ['Development Status :: 5 - Production/Stable' ,
15
15
'Programming Language :: Python' ,
16
16
'Programming Language :: Python :: 3' ,
17
- 'Programming Language :: Python :: 3.5' ,
18
17
'Programming Language :: Python :: 3.6' ,
19
18
'Programming Language :: Python :: 3.7' ,
20
19
'License :: OSI Approved :: Apache Software License' ,
@@ -59,7 +58,7 @@ def get_version():
59
58
package_data = {'docs' : ['*' ]},
60
59
include_package_data = True ,
61
60
classifiers = classifiers ,
62
- python_requires = ">=3.5.4 " ,
61
+ python_requires = ">=3.6 " ,
63
62
install_requires = install_reqs ,
64
63
tests_require = test_reqs ,
65
64
test_suite = 'nose.collector' )
You can’t perform that action at this time.
0 commit comments