Skip to content

Commit

Permalink
Updating requirements path for travis file.
Browse files Browse the repository at this point in the history
  • Loading branch information
Wilfred committed Sep 21, 2014
1 parent 7417694 commit f7af9f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -2,7 +2,7 @@ language: python
python:
- 2.7
install:
- pip install -r requirements.pip
- pip install -r requirements_pinned.txt
script:
- python manage.py test --with-coverage --cover-package=vortaro
after_success:
Expand Down

0 comments on commit f7af9f7

Please sign in to comment.