Toggle navigation
Toggle navigation
This project
Loading...
Sign in
graykode
/
commit-autosuggestions
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
graykode
2020-11-07 16:51:56 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
5f009ae6e0663152edb02ffef3fdd6fcd3bd4e4a
5f009ae6
1 parent
4a080ca9
(add) travis for TDD
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
19 additions
and
0 deletions
.travis.yml
.travis.yml
0 → 100644
View file @
5f009ae
language
:
python
python
:
-
"
3.6"
services
:
-
docker
before_install
:
-
docker pull graykode/commit-autosuggestions
-
docker run -it -d -p 5000:5000 --restart always graykode/commit-autosuggestions
# command to install dependencies
install
:
-
pip install -U pip
-
pip install -r requirements.txt
-
python setup.py install
script
:
-
python -m tests.test_suite;
\ No newline at end of file
Please
register
or
login
to post a comment