Skip to content

Commit

Permalink
suggested changes
Browse files Browse the repository at this point in the history
  • Loading branch information
jhung0 authored Aug 25, 2017
1 parent 14d5f86 commit 515dff8
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ after_script:
- codecov
before_install:
- pip install tensorflow
- pip install pylint
cache:
directories:
- $HOME/.cache/pip
Expand All @@ -20,6 +19,4 @@ dist: trusty
install: pip install --editable .[test]
language: python
script:
- pytest tests/ --cov keras_rcnn/
- pylint
# - pytest --pep8 -m pep8
- pytest tests/ --cov keras_rcnn/ --pep8

0 comments on commit 515dff8

Please sign in to comment.