Skip to content

Commit

Permalink
Moved code to outside directory + added Travis to project
Browse files Browse the repository at this point in the history
  • Loading branch information
Maciek246 committed Mar 4, 2019
1 parent 1804811 commit af11f89
Show file tree
Hide file tree
Showing 47 changed files with 18 additions and 41 deletions.
5 changes: 4 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -64,4 +64,7 @@ www/
# Elastic Beanstalk Files
.elasticbeanstalk/*
!.elasticbeanstalk/*.cfg.yml
!.elasticbeanstalk/*.global.yml
!.elasticbeanstalk/*.global.yml

app.env
node_modules
File renamed without changes.
File renamed without changes.
13 changes: 13 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
sudo: required
services:
- docker
langouage: python
python:
- 3.6
install:
- pip install -r requirements.txt
- npm install
script:
- echo "CI test"
after_success:
- echo "Success"
30 changes: 0 additions & 30 deletions API/.ebextensions/python.config

This file was deleted.

8 changes: 0 additions & 8 deletions API/.gitignore

This file was deleted.

1 change: 0 additions & 1 deletion API/.travis.yml

This file was deleted.

Empty file removed API/users/utils/__init__.py
Empty file.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1 @@
"# MyToDo"
# MyToDo API
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit af11f89

Please sign in to comment.