Skip to content

Commit

Permalink
Merge pull request #16 from seenureddy/update_django
Browse files Browse the repository at this point in the history
Change django version
  • Loading branch information
belug23 committed Mar 8, 2018
2 parents c19161e + c1973e0 commit b6c958c
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 5 deletions.
4 changes: 2 additions & 2 deletions docs/about.rst
Expand Up @@ -18,8 +18,8 @@ To install from source ::

From source::

wget https://github.com/belug23/django-epiced/archive/0.2.tar.gz
tar -zxvf 0.2.tar.gz
wget https://github.com/belug23/django-epiced/archive/0.3.0.tar.gz
tar -zxvf 0.3.0.tar.gz
cd django-epiced
python setup.py install

Expand Down
15 changes: 15 additions & 0 deletions test_site/.travis.yml
@@ -0,0 +1,15 @@
language: python
python:
- "2.7"
- "3.4"
- "3.5"
- "3.6"

install: "pip install -r requirements.txt"

script: "coverage run manage.py test --settings=test_site.settings"

# safe list
branches:
only:
- master
7 changes: 4 additions & 3 deletions test_site/requirements.txt
@@ -1,5 +1,6 @@
Django==1.11.8
Django<=1.11.11,>=1.8
Markdown
distribute
django-epiced==0.4.2
django-epiced==0.3.0
psycopg2==2.7.3
codecov<2.1,>=2.0.5
coverage<4.4,>=4.3.4

0 comments on commit b6c958c

Please sign in to comment.