Skip to content

Commit

Permalink
Updating travis file
Browse files Browse the repository at this point in the history
  • Loading branch information
krak3n committed Mar 29, 2013
1 parent aee6114 commit 01264c0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,11 @@ language: python
python:
- "2.6"
- "2.7"
before_install:
- "cd facio"
install: "cd facio && pip install -r requirements.txt --use-mirrors"
before_script:
- "cd facio"
install: "pip install -r requirements.txt --use-mirrors"
script: nosetests --include='^(can|it|ensure|must|should|specs?|examples?)' --with-spec --spec-color -s --with-coverage --cover-erase --cover-package=facio
branches:
only:
Expand Down

0 comments on commit 01264c0

Please sign in to comment.