Skip to content

Commit

Permalink
💚 configure .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
chfw committed Jan 28, 2018
1 parent 8aedf4d commit c9ebbef
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ python:
before_install:
- pip install -r test/requirements.txt
script:
- python setup.py install
- make tests
after_success:
- cd test
Expand Down
2 changes: 1 addition & 1 deletion test/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ numpy
jupyter
flake8
mock;python_version<"3"
.

0 comments on commit c9ebbef

Please sign in to comment.