Skip to content

Commit

Permalink
Merge pull request #40 from Retro3223/followsim
Browse files Browse the repository at this point in the history
simulate pid and motion magic
  • Loading branch information
virtuald committed Feb 8, 2018
2 parents 2b8d4fe + 2c242f0 commit 7fc482e
Show file tree
Hide file tree
Showing 5 changed files with 499 additions and 134 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
language: python
python: "3.5"
install:
- pip install pytest coverage header2whatever
- pip install pytest coverage header2whatever pytest-cov
- python setup.py sdist
- "pip install dist/robotpy-ctre-*.tar.gz"
script:
Expand All @@ -19,7 +19,7 @@ jobs:
language: python
python: "3.6"
install:
- pip install pytest coverage header2whatever
- pip install pytest coverage header2whatever pytest-cov
- python setup.py sdist
- "pip install dist/robotpy-ctre-*.tar.gz"
script:
Expand Down

0 comments on commit 7fc482e

Please sign in to comment.