Skip to content

Commit

Permalink
[travis] skip-lock during installation
Browse files Browse the repository at this point in the history
  • Loading branch information
atb00ker committed Nov 20, 2018
1 parent 75077b0 commit 23a0b24
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,12 +36,12 @@ before_install:
- pipenv run isort

install:
- pipenv install $DJANGO
- pipenv install --skip-lock $DJANGO
# fix issues with travis
- pipenv install --skip-lock "attrs>=17.4.0"
- pipenv install --skip-lock "six"
# TODO: temporary, remove when django-netjsonconfig 0.9.0 is released
- if [[ $TRAVIS_PYTHON_VERSION == "2.7" ]]; then pipenv install git+git://github.com/tinio/pysqlite.git@extension-enabled#egg=pysqlite; fi
- if [[ $TRAVIS_PYTHON_VERSION == "2.7" ]]; then pipenv install --skip-lock git+git://github.com/tinio/pysqlite.git@extension-enabled#egg=pysqlite; fi
- pipenv run pip install https://github.com/openwisp/django-x509/tarball/master
- pipenv run pip install git+https://github.com/openwisp/openwisp-users.git

Expand Down

0 comments on commit 23a0b24

Please sign in to comment.