Skip to content

Commit

Permalink
Merge b249e53 into 69798ff
Browse files Browse the repository at this point in the history
  • Loading branch information
cdubz committed Jan 25, 2020
2 parents 69798ff + b249e53 commit 7254e5a
Show file tree
Hide file tree
Showing 13 changed files with 4,834 additions and 2,544 deletions.
30 changes: 21 additions & 9 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,20 +1,32 @@
sudo: false
dist: xenial
language: python
dist: bionic
language: generic
cache:
pip: true
directories:
- $HOME/.cache/pip
- node_modules
python:
- 3.6
- 3.7
- 3.8
jobs:
include:
- name: "Python 3.6"
before_install:
- pyenv global 3.6.9
- name: "Python 3.7"
before_install:
- pyenv global 3.7.5
- name: "Python 3.8"
before_install:
- pyenv global 3.8.0
env:
- DJANGO_SETTINGS_MODULE="babybuddy.settings.travis"
addons:
apt:
packages:
- python3
- python3-pip
install:
- rm -rf ~/.nvm && git clone https://github.com/creationix/nvm.git ~/.nvm && (cd ~/.nvm && git checkout `git describe --abbrev=0 --tags`) && source ~/.nvm/nvm.sh && nvm install 8
- nvm use 10
- npm install -g gulp-cli && npm install
- pip install pipenv && pipenv install --dev
- pip3 install pipenv && pipenv --three install --dev
before_script:
- gulp lint
script:
Expand Down

0 comments on commit 7254e5a

Please sign in to comment.