Update travis config

This commit is contained in:
Isaac Bythewood
2018-02-06 00:32:46 +00:00
parent 3849ee8e5d
commit 10de3393d6

View File

@@ -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