File tree Expand file tree Collapse file tree
stream_django/tests/test_app/tests Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1313 - DJANGO="django>=1.9.3,<1.10.0"
1414 - DJANGO="django>=1.8.10,<1.9.0"
1515matrix :
16- # include:
17- # - python: 3.7
18- # dist: xenial
19- # sudo: true
16+ include :
17+ - python : 3.7
18+ dist : xenial
19+ sudo : true
2020 exclude :
2121 - python : 2.7
2222 env : DJANGO="django>=2.0.0,<2.1.0"
2323 - python : 2.7
2424 env : DJANGO="django>=2.1.0,<2.2.0"
2525 - python : 3.4
2626 env : DJANGO="django>=2.1.0,<2.2.0"
27- # - python: 3.7
28- # env: DJANGO="django>=1.11.0,<1.12.0"
29- # - python: 3.7
30- # env: DJANGO="django>=1.10.2,<1.11.0"
31- # - python: 3.7
32- # env: DJANGO="django>=1.9.3,<1.10.0"
33- # - python: 3.7
34- # env: DJANGO="django>=1.8.10,<1.9.0"
27+ - python : 3.7
28+ env : DJANGO="django>=1.11.0,<1.12.0"
29+ - python : 3.7
30+ env : DJANGO="django>=1.10.2,<1.11.0"
31+ - python : 3.7
32+ env : DJANGO="django>=1.9.3,<1.10.0"
33+ - python : 3.7
34+ env : DJANGO="django>=1.8.10,<1.9.0"
3535
3636install :
3737 - travis_retry pip install pep8==1.7.0
Original file line number Diff line number Diff line change 77 README = readme .read ()
88
99if sys .version_info < (3 , 0 , 0 ):
10- django = 'django>=1.5 ,<2.0'
10+ django = 'django>=1.8.10 ,<2.0'
1111else :
12- django = 'django>=1.5 ,<2.2'
12+ django = 'django>=1.8.10 ,<2.2'
1313
1414requirements = [
1515 django ,
1818]
1919
2020extras_require = {
21- 'test' : ['httpretty==0.9.4 ' , 'coverage' ],
21+ 'test' : ['httpretty==0.9.5 ' , 'coverage' ],
2222}
2323
2424setup (
Original file line number Diff line number Diff line change 55import unittest
66
77
8- api_url = re .compile (r'stream-io-api.com/api/*.' )
8+ api_url = re .compile (r'(us-east-api.)? stream-io-api.com( /api)? /*.' )
99
1010
1111class ManagerTestCase (unittest .TestCase ):
Original file line number Diff line number Diff line change 77from stream_django .feed_manager import feed_manager
88
99
10- api_url = re .compile (r'stream-io-api.com/api/*.' )
10+ api_url = re .compile (r'(us-east-api.)? stream-io-api.com( /api)? /*.' )
1111
1212
1313class PinTest (TestCase ):
You can’t perform that action at this time.
0 commit comments