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