Skip to content

Commit

Permalink
Merge 9598495 into 9a87c64
Browse files Browse the repository at this point in the history
  • Loading branch information
myslak71 committed Jan 28, 2019
2 parents 9a87c64 + 9598495 commit 5b5dce4
Show file tree
Hide file tree
Showing 3 changed files with 36 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,11 @@ env:
- DJANGO_VERSION=2.1.1
cache: pip
install:
- pip install -r requirements.txt
- pip install -r requirements-dev.txt
before_script:
- psql -c 'create database ml_duels;' -U postgres
script:
- python manage.py makemigrations
- python manage.py migrate
- python manage.py test duels
after_success: coveralls
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,7 @@ Machine Learning Duels
======================
[![Build Status](https://travis-ci.org/myslak71/ml_duels.svg?branch=master)](https://travis-ci.org/myslak71/ml_duels)

Allows to challenge opponents to machine learning duels. Whoever predicts better wins!
Challenge opponents to machine learning duels. Whoever predicts better wins!
![](presentation.gif)


31 changes: 31 additions & 0 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
certifi==2018.8.24
chardet==3.0.4
coverage==4.0.3
defusedxml==0.5.0
dj-database-url==0.5.0
Django==2.1.1
django-allauth==0.37.1
django-cors-headers==2.4.0
django-heroku==0.3.1
django-rest-auth==0.9.3
djangorestframework==3.8.2
docopt==0.6.2
gunicorn==19.7.1
idna==2.7
numpy==1.16.0
oauthlib==2.1.0
pandas==0.23.4
psycopg2==2.7.6.1
python-coveralls==2.9.1
python-dateutil==2.7.5
python3-openid==3.1.0
pytz==2018.5
PyYAML==3.13
requests==2.19.1
requests-oauthlib==1.0.0
scikit-learn==0.20.2
scipy==1.2.0
six==1.11.0
sklearn==0.0
urllib3==1.23
whitenoise==3.3.1

0 comments on commit 5b5dce4

Please sign in to comment.