mirror of
https://github.com/PokeAPI/pokeapi
synced 2024-11-10 06:04:18 +00:00
adding circle.yml in
This commit is contained in:
parent
36e8781c68
commit
4729bf2429
2 changed files with 8 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -1,5 +1,5 @@
|
|||
install:
|
||||
pip install -r requirements.txt --upgrade
|
||||
pip install -r requirements.txt
|
||||
|
||||
setup:
|
||||
python manage.py migrate --settings=config.local
|
||||
|
|
7
circle.yml
Normal file
7
circle.yml
Normal file
|
@ -0,0 +1,7 @@
|
|||
dependencies:
|
||||
pre:
|
||||
- pip install -r requirements.txt
|
||||
|
||||
test:
|
||||
override:
|
||||
- make test
|
Loading…
Reference in a new issue