diff --git a/.travis.yml b/.travis.yml index 973c7ade7..9ca5cac45 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,6 +2,7 @@ language: python python: - "3.4" - "3.5" + - "3.6" # command to install dependencies install: - "pushd wpilib; pip install -r testing-requirements.txt; popd"