Skip to content

Commit

Permalink
fix setup in travis script
Browse files Browse the repository at this point in the history
  • Loading branch information
jfischer committed Mar 30, 2019
1 parent 78d751f commit 42d42d2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,2 +1,6 @@
language: python
- 3.6
install:
- pip install -r requirements.txt
- pip install mypy
script: cd tests; make test

0 comments on commit 42d42d2

Please sign in to comment.