Skip to content

Commit

Permalink
Requirements added and travis configuration modified
Browse files Browse the repository at this point in the history
  • Loading branch information
deshraj committed Oct 21, 2016
1 parent ce0bce3 commit 9f425fd
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@ before_script:

install:
- pip install -r requirements/dev.txt
- pip install python-coveralls
- pip install coveralls

script:
- flake8
- flake8 evalai/
# - py.test --cov --fail-on-template-vars --splinter-webdriver=phantomjs -v --tb=native

after_script:
Expand Down
3 changes: 3 additions & 0 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
@@ -1 +1,4 @@
-r base.txt

coveralls==1.1
flake8==3.0.4

0 comments on commit 9f425fd

Please sign in to comment.