From 15fcada56038f27b5be5e187bc3b190ddd791f83 Mon Sep 17 00:00:00 2001 From: adi Date: Sun, 23 Apr 2017 15:41:40 +0200 Subject: [PATCH 1/2] gitignore --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitignore b/.gitignore index 7942f46..2da56cc 100644 --- a/.gitignore +++ b/.gitignore @@ -59,3 +59,7 @@ node_modules/ /docs/src/_theme/sphinx_rtd_theme/bower_components /docs/src/_theme/sphinx_rtd_theme/build /docs/src/_theme/sphinx_rtd_theme/dist +Vagrantfile +manage.py +runtests.py +bootstrap.sh From a59621acf22451b96e440738b579a525b0cbbf03 Mon Sep 17 00:00:00 2001 From: adi Date: Sun, 23 Apr 2017 15:44:49 +0200 Subject: [PATCH 2/2] travis.yml fix --- .travis.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index 4bb92da..9d29d72 100644 --- a/.travis.yml +++ b/.travis.yml @@ -10,7 +10,7 @@ matrix: - python: 2.7 env: DJANGO=1.10.* - python: 2.7 - env: DJANGO=1.11 + env: DJANGO=1.11.* - python: 3.4 env: DJANGO=1.8.* @@ -19,7 +19,7 @@ matrix: - python: 3.4 env: DJANGO=1.10.* - python: 3.4 - env: DJANGO=1.11 + env: DJANGO=1.11.* - python: 3.5 env: DJANGO=1.8.* @@ -28,7 +28,7 @@ matrix: - python: 3.5 env: DJANGO=1.10.* - python: 3.5 - env: DJANGO=1.11 + env: DJANGO=1.11.* - python: 3.6 env: DJANGO=1.8.* @@ -37,7 +37,7 @@ matrix: - python: 3.6 env: DJANGO=1.10.* - python: 3.6 - env: DJANGO=1.11 + env: DJANGO=1.11.* - os: osx language: generic