mirror of
https://github.com/pinry/pinry.git
synced 2026-01-16 12:12:06 +01:00
Update travis config
This commit is contained in:
18
.travis.yml
18
.travis.yml
@@ -1,10 +1,16 @@
|
||||
sudo: false
|
||||
dist: trusty
|
||||
language: python
|
||||
|
||||
cache:
|
||||
pip: true
|
||||
python:
|
||||
- "2.7"
|
||||
|
||||
- "3.4"
|
||||
- "3.5"
|
||||
- "3.6"
|
||||
install:
|
||||
- pip install -r requirements.txt
|
||||
|
||||
- pip install pipenv && pipenv install --dev --system
|
||||
script:
|
||||
- python manage.py test
|
||||
- python manage.py test
|
||||
notifications:
|
||||
email: false
|
||||
|
||||
|
||||
Reference in New Issue
Block a user