forked from amfoss/club-website-2018
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
b875c87
commit 3c02128
Showing
2 changed files
with
7 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
django | ||
django==1.11.6 | ||
pillow | ||
django-recaptcha | ||
xlrd | ||
|