Skip to content

Commit

Permalink
Add separate requirements file for travis.
Browse files Browse the repository at this point in the history
  • Loading branch information
Kami committed Apr 25, 2013
1 parent 138d127 commit 7023716
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -4,7 +4,7 @@ python:
- "2.7"
- "pypy"

install: pip install -r requirements.txt --use-mirrors
install: pip install -r requirements-travis.txt --use-mirrors
script:
- flake8 file_syncer/

Expand Down
1 change: 1 addition & 0 deletions requirements-travis.txt
@@ -0,0 +1 @@
flake8

0 comments on commit 7023716

Please sign in to comment.