Skip to content

Commit

Permalink
fix: travis build failure
Browse files Browse the repository at this point in the history
  • Loading branch information
AbhilashG97 committed Dec 30, 2017
1 parent b875c87 commit 3c02128
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 12 deletions.
17 changes: 6 additions & 11 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,21 +1,16 @@
language: python

python:
- "2.6"
- "2.7"
- "3.3"
- "3.4"
- "3.5"
- "3.5-dev" # 3.5 development branch
- "3.6"
- "3.6-dev" # 3.6 development branch
- "3.7-dev" # 3.7 development branch
- "nightly"
# command to install dependencies
install:
- pip install -r requirements.txt

- pip install -r docs/requirements.txt
# Enviornments

env:
- DJANGO=1.11 DB=mysql
- DJANGO=1.11.6 DB=mysql
# command to run tests
script:

- python manage.py test # or py.test for Python versions 3.5 and below
2 changes: 1 addition & 1 deletion docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
django
django==1.11.6
pillow
django-recaptcha
xlrd
Expand Down

0 comments on commit 3c02128

Please sign in to comment.