Skip to content

Commit

Permalink
Merge bb41a3c into 1b85fb9
Browse files Browse the repository at this point in the history
  • Loading branch information
jladdjr committed Jul 2, 2018
2 parents 1b85fb9 + bb41a3c commit 7307b11
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@ matrix:
include:
- python: 2.7
env: TOXENV=py27
- python: 3.3
env: TOXENV=py33
- python: 3.4
env: TOXENV=py34
- python: 3.5
env: TOXENV=py35
- python: 3.6
env: TOXENV=py36
install:
- pip install -r requirements.txt
before_script:
Expand Down
2 changes: 1 addition & 1 deletion pytest_github/plugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ def __init__(self, username, password, completed_labels=GITHUB_COMPLETED_LABELS)
# Process parameters
self.username = username
self.password = password
self.completed_labels = GITHUB_COMPLETED_LABELS
self.completed_labels = completed_labels

# Initialize github api connection
self.api = github3.login(self.username, self.password)
Expand Down

0 comments on commit 7307b11

Please sign in to comment.