Skip to content

Commit

Permalink
💚 ci test
Browse files Browse the repository at this point in the history
  • Loading branch information
chfw committed Aug 27, 2017
1 parent 10a78d3 commit bdbfddb
Show file tree
Hide file tree
Showing 4 changed files with 455 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -58,3 +58,5 @@ typings/
.env

.DS_store
.pyc
*~
10 changes: 10 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
sudo: false
language: python
notifications:
email: false
python:
- 3.6
before_install:
- pip install -r tests/requirements.txt
script:
- nosetests
1 change: 1 addition & 0 deletions test/requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
nose
Loading

0 comments on commit bdbfddb

Please sign in to comment.