Skip to content

Commit

Permalink
Fix (?) travis build.
Browse files Browse the repository at this point in the history
  • Loading branch information
sfermigier committed Jun 8, 2013
1 parent 9935e63 commit 014d062
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ before_install:

# Install Python dependencies
install:
- pip install sphinx --use-mirrors
- pip install -r etc/deps-frozen.txt --use-mirrors
- pip install -r etc/deps-devel.txt --use-mirrors

Expand Down
3 changes: 2 additions & 1 deletion etc/deps-devel.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
Sphinx==1.2b1
cov-core==1.7
coverage==3.6
coveralls=0.2
coveralls==0.2
nose==1.2.1
pytest-cov==1.6
pytest==2.3.4

0 comments on commit 014d062

Please sign in to comment.