Skip to content

Commit

Permalink
Fixing an inception problem
Browse files Browse the repository at this point in the history
  • Loading branch information
magmax committed May 8, 2014
1 parent 5feb16c commit 2aaacd4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -5,7 +5,7 @@ python:
- "3.3"

install:
- pip install -r requirements-dev.txt
- pip install -r requirements-dev.txt -r requirements.txt
- if [[ $TRAVIS_PYTHON_VERSION == 2* ]]; then pip install unittest2; fi
- python setup.py install

Expand Down
2 changes: 2 additions & 0 deletions requirements.txt
@@ -0,0 +1,2 @@
blessings==1.5.1
readchar==0.4

0 comments on commit 2aaacd4

Please sign in to comment.