Skip to content

Commit

Permalink
Test against different python-jira versions.
Browse files Browse the repository at this point in the history
  • Loading branch information
ralphbean committed Feb 13, 2017
1 parent 190099b commit 87e679a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,11 @@ before_install:
- pip install responses
- pip install PySimpleSOAP
- cd $TRAVIS_BUILD_DIR
env:
- JIRAVERSION=1.0.7
- JIRAVERSION=1.0.10
install:
- pip install jira==$JIRAVERSION
- pip install .[jira,megaplan,activecollab,bts]
- pip install codecov
- pip install coverage
Expand Down
6 changes: 4 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
@@ -1,13 +1,15 @@
[tox]
envlist = py27,py34,py35
envlist = py{27,35}-jira{107,1010}

[testenv]
commands = python setup.py test
setenv =
XDG_CACHE_HOME={envtmpdir}/

# NOTE:
# * as of 2016-10-05 python-megaplan does not support python3, so a
# github repository with the needed fixes has been created
deps = pysimplesoap
py34: git+https://github.com/wfranzini/python-megaplan.git
py35: git+https://github.com/wfranzini/python-megaplan.git
jira107: jira==1.0.7
jira1010: jira==1.0.10

0 comments on commit 87e679a

Please sign in to comment.