Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
tijme committed Oct 30, 2017
2 parents acc01ad + 0e7e656 commit 494f2e5
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .semver
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.0.2
3.0.3
11 changes: 6 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,12 @@ sudo: required
language: python

python:
- 2.7
- 3.3
- 3.4
- 3.5
- 3.6
- "2.7"
- "3.3"
- "3.4"
- "3.5"
- "3.6"
- "3.7-dev"

install:
- pip install -r requirements.txt
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
colorlog==2.10.0
nyawc==1.7.10
requests==2.18.1
requests==2.18.4
requests_toolbelt==0.8.0
selenium==3.4.3

0 comments on commit 494f2e5

Please sign in to comment.