Skip to content

Commit

Permalink
Dependency issue on Travis
Browse files Browse the repository at this point in the history
  • Loading branch information
PonteIneptique committed Nov 26, 2015
1 parent c5d6cc8 commit a2b39d0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ python:
- "3.4"
# command to install dependencies
install:
- python setup.py install test
- pip install -r requirements.txt
- pip install coveralls
# command to run tests
script:
Expand Down
5 changes: 3 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
MyCapytain==0.0.8
jingtrang==0.1.1
GitPython==1.0.1
requests>=2.7.0
requests>=2.8.1
future==0.15.2
six>=1.10.0
mock==1.3.0
six>=1.9.0

0 comments on commit a2b39d0

Please sign in to comment.