Skip to content

Commit

Permalink
[requirements] Avoid breaking installation and build
Browse files Browse the repository at this point in the history
  • Loading branch information
nemesifier committed Sep 18, 2018
1 parent 75cc75e commit 80f118f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@ before_install:
install:
- pip install $DJANGO
- python setup.py -q develop
# TODO: temporary, remove when django-netjsonconfig 0.9.0 is released
- pip install https://github.com/openwisp/django-netjsonconfig/tarball/master
- if [[ $TRAVIS_PYTHON_VERSION == "2.7" ]]; then pip install git+git://github.com/tinio/pysqlite.git@extension-enabled#egg=pysqlite; fi

script:
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
django-netjsonconfig>=0.9.0,<0.10.0
django-netjsonconfig>=0.8.1,<0.10.0
openwisp-utils[users]<0.3
django-loci>=0.1.1,<0.3.0
djangorestframework-gis>=0.12.0,<0.13.0

0 comments on commit 80f118f

Please sign in to comment.