Skip to content

Commit

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

0 comments on commit 44329e9

Please sign in to comment.