Skip to content

Commit

Permalink
Merge pull request binux#843 from PhillipPeterson/travis-ci-changes
Browse files Browse the repository at this point in the history
Proposed changes to travis ci file to allow passing builds
  • Loading branch information
binux authored Nov 29, 2018
2 parents 3fb9167 + af629dd commit 936aa7c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ sudo: required
language: python
cache: pip
python:
- "2.6"
- "2.7"
- "3.3"
- "3.4"
Expand Down Expand Up @@ -38,8 +37,9 @@ before_script:
install:
- pip install mysql-connector-python
- pip install https://github.com/marcus67/easywebdav/archive/master.zip
- pip install --no-use-wheel lxml
- pip install --allow-all-external -e .[all,test]

- if [[ $TRAVIS_PYTHON_VERSION != '3.5' ]]; then pip install --no-use-wheel lxml; else pip install lxml; fi
- if [[ $TRAVIS_PYTHON_VERSION != '3.5' ]]; then pip install --allow-all-external -e .[all,test]; else pip install -e .[all,test]; fi
- pip install coveralls
script:
- coverage run setup.py test
Expand Down

0 comments on commit 936aa7c

Please sign in to comment.