Skip to content

Commit

Permalink
Merge branch 'master' of github.com:MrSenko/strazar
Browse files Browse the repository at this point in the history
Conflicts:
	.travis.yml
  • Loading branch information
atodorov committed Jan 5, 2017
2 parents 3f284bf + 91bc14e commit 045f952
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions .travis.yml
@@ -1,3 +1,12 @@
env:
- _PYGITHUB=1.26.0 _PYYAML=3.11
- !!python/unicode '_PYGITHUB=1.26.0 _PYYAML=3.12'
- !!python/unicode '_PYGITHUB=1.27.1 _PYYAML=3.11'
- !!python/unicode '_PYGITHUB=1.27.1 _PYYAML=3.12'
- !!python/unicode '_PYGITHUB=1.29 _PYYAML=3.11'
- !!python/unicode '_PYGITHUB=1.29 _PYYAML=3.12'
install:
- pip install coverage flake8 mock PyYAML==$_PYYAML PyGithub==$_PYGITHUB
language: python
python:
- 2.7
Expand All @@ -6,6 +15,4 @@ install:
- pip install coverage flake8 mock PyYAML==$_PYYAML PyGithub==$_PYGITHUB
- pip install https://github.com/PyCQA/astroid/zipball/master https://github.com/PyCQA/pylint/zipball/master
script:
- ./test.sh
env:
- _PYGITHUB=1.26.0 _PYYAML=3.11
- ./test.sh

0 comments on commit 045f952

Please sign in to comment.