Skip to content

Commit

Permalink
Improved travis tests
Browse files Browse the repository at this point in the history
  • Loading branch information
syrusakbary committed Jun 22, 2018
1 parent 8ffb746 commit 3897331
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,11 @@ after_success:
matrix:
fast_finish: true
include:
- python: '2.7'
install: pip install flake8
script: flake8
- python: '3.5'
- python: '3.6'
script: |
# pip install pyre-check
# pyre --source-directory promise check
pip install flake8
flake8
pip install mypy
mypy promise --ignore-missing-imports

0 comments on commit 3897331

Please sign in to comment.