Skip to content

Commit

Permalink
additional travis compatibility changes
Browse files Browse the repository at this point in the history
  • Loading branch information
ssbarnea committed Jan 6, 2015
1 parent b5194da commit c060601
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,14 @@ env:
install:
- pip install -r requirements.txt
- pip install -r requirements-dev.txt
- pip install -r requirements-opt.txt || "Failing to install optional requirements will not fail the build."
- pip install -r requirements-opt.txt || echo "skipped"
- pip install coveralls
script:
- ./pretest
- travis_wait coverage run --source=jira setup.py test
after_success:
coveralls
python setup.py build_sphinx upload_docs
branches:
only:
- master
Expand Down

0 comments on commit c060601

Please sign in to comment.