mirror of
https://github.com/pinry/pinry.git
synced 2026-01-16 04:02:05 +01:00
Add Travis CI test
This commit is contained in:
10
.travis.yml
Normal file
10
.travis.yml
Normal file
@@ -0,0 +1,10 @@
|
||||
language: python
|
||||
|
||||
python:
|
||||
- "2.7"
|
||||
|
||||
install:
|
||||
- pip install -r requirements.txt
|
||||
|
||||
script:
|
||||
- python manage.py test
|
||||
Reference in New Issue
Block a user