fix travis

This commit is contained in:
Fabian Weisshaar 2017-12-28 17:26:30 +01:00 committed by Fabian Weisshaar
parent cbf7027287
commit 81370d15fe
2 changed files with 8 additions and 8 deletions

View File

@ -23,23 +23,23 @@ env:
- TEST_OPTS="" - TEST_OPTS=""
- COVERAGE="" - COVERAGE=""
matrix: matrix:
- DJANGO=1.8.1 - DJANGO=1.11.8
matrix: matrix:
exclude: exclude:
- python: "2.7" - python: "2.7"
env: DJANGO=1.8.1 env: DJANGO=1.11.8
- python: "3.6" - python: "3.6"
env: DJANGO=1.8.1 env: DJANGO=1.11.8
- python: "3.6-dev" - python: "3.6-dev"
env: DJANGO=1.8.1 env: DJANGO=1.11.8
include: include:
- python: "2.7" - python: "2.7"
env: DJANGO=1.8.1 COVERAGE="coverage run -m" TEST_K="not ddns_client" TEST_OPTS="--pep8" env: DJANGO=1.11.8 COVERAGE="coverage run -m" TEST_K="not ddns_client" TEST_OPTS="--pep8"
- python: "3.6" - python: "3.6"
env: DJANGO=1.8.18 env: DJANGO=1.11.8
- python: "3.6-dev" - python: "3.6-dev"
env: DJANGO=1.11 env: DJANGO=2.0
install: install:
- ./scripts/travis/install.sh - ./scripts/travis/install.sh

View File

@ -19,6 +19,6 @@ sudo chattr +i /etc/resolv.conf
#dig @127.0.0.1 tests.nsupdate.info SOA #dig @127.0.0.1 tests.nsupdate.info SOA
#sudo netstat -tulpen | grep 53 #sudo netstat -tulpen | grep 53
#pip install Django==$DJANGO pip install Django==$DJANGO
pip install -r requirements.d/travis.txt pip install -r requirements.d/travis.txt
pip install -e . pip install -e .