diff --git a/.gitignore b/.gitignore index c443411b9..6e29259e2 100644 --- a/.gitignore +++ b/.gitignore @@ -8,7 +8,9 @@ _static _templates .DS_store .venv +*.swo *.swp +*.swn *.pyc .cache/ diff --git a/.travis.yml b/.travis.yml index 4c30604b0..d546da49d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,5 @@ language: python python: - - "2.7" - "3.6" addons: