Skip to content
This repository has been archived by the owner on Nov 13, 2023. It is now read-only.

Commit

Permalink
Add python 3.6 to travis testing
Browse files Browse the repository at this point in the history
  • Loading branch information
virtuald committed Dec 30, 2016
1 parent 5d94966 commit 3c98502
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 3c98502

Please sign in to comment.