Skip to content

Commit

Permalink
Added the travis and changed requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
seenureddy committed Mar 7, 2018
1 parent 9f93539 commit c1973e0
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 3 deletions.
15 changes: 15 additions & 0 deletions test_site/.travis.yml
Original file line number Diff line number Diff line change
@@ -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
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
Django==1.11.11
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 c1973e0

Please sign in to comment.