Skip to content

Commit

Permalink
Fix: install dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
eight04 committed Nov 15, 2018
1 parent 96da17b commit 9a5ddf8
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 5 deletions.
3 changes: 3 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
[*]
indent_style = space
indent_size = 4

[*.yml]
indent_size = 2
13 changes: 8 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
language: python
python:
- "3.6"
# travis doesn't support 3.7 yet
# https://docs.travis-ci.com/user/languages/python/#development-releases-support
# - "3.7"
- "3.6"
# travis doesn't support 3.7 yet
# https://docs.travis-ci.com/user/languages/python/#development-releases-support
# - "3.7"
install:
- pip install -r requirements.txt
- pip install .
script:
- python cute.py test
- python cute.py test

0 comments on commit 9a5ddf8

Please sign in to comment.