Skip to content

Commit

Permalink
fix travis errors and add minimum test coverage 🔥
Browse files Browse the repository at this point in the history
  • Loading branch information
b3nab committed Feb 22, 2018
1 parent 1037ce1 commit d068b67
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
sudo: false
language: python
python:
- "2.6"
Expand All @@ -6,7 +7,8 @@ python:
- "3.6"
# command to install dependencies
install:
- pip install -r requirements.txt
- python setup.py install
# command to run tests
script:
- instapy # or py.test for Python versions 3.5 and below
- python setup.py sdist # check for build
- ./scripts/test.sh
2 changes: 2 additions & 0 deletions scripts/test.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# Check if instapy return help view
instapy

0 comments on commit d068b67

Please sign in to comment.