Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit b39856f

Browse filesBrowse files
pyup-botMariatta
authored andcommitted
Initial update by pyup-bot (#46)
* Pin pytest to latest version 3.3.2 * Pin pytest-asyncio to latest version 0.8.0 * Pin pytest-aiohttp to latest version 0.3.0 * Update cherry_picker from 0.2.5 to 0.2.7 * Pin aiohttp to latest version 2.3.9 * Pin gidgethub to latest version 2.4.1 * Pin cachetools to latest version 2.0.1 * Pin requests to latest version 2.18.4 * Pin redis to latest version 2.10.6 * Pin celery to latest version 4.1.0 * Comment out python 3.7 from travis CI
1 parent e954502 commit b39856f
Copy full SHA for b39856f

File tree

3 files changed

+12
-12
lines changed
Filter options

3 files changed

+12
-12
lines changed

‎.travis.yml

Copy file name to clipboardExpand all lines: .travis.yml
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ cache: pip
33
python:
44
- 3.6
55
- 3.6-dev
6-
- 3.7-dev
7-
- nightly
6+
# - 3.7-dev
7+
# - nightly
88

99
install:
1010
- python3 -m pip install -U -r dev-requirements.txt

‎dev-requirements.txt

Copy file name to clipboard
+3-3Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
-r requirements.txt
2-
pytest~=3.0.7
3-
pytest-asyncio~=0.5.0
4-
pytest-aiohttp~=0.1.3
2+
pytest==3.3.2
3+
pytest-asyncio==0.8.0
4+
pytest-aiohttp==0.3.0

‎requirements.txt

Copy file name to clipboard
+7-7Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
cherry_picker==0.2.5
2-
aiohttp
3-
gidgethub
4-
cachetools
5-
requests
6-
redis
7-
celery
1+
cherry_picker==0.2.7
2+
aiohttp==2.3.9
3+
gidgethub==2.4.1
4+
cachetools==2.0.1
5+
requests==2.18.4
6+
redis==2.10.6
7+
celery==4.1.0

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.