Skip to content

Commit

Permalink
moved test requirements into tests/
Browse files Browse the repository at this point in the history
  • Loading branch information
Nick Ficano committed Oct 8, 2015
1 parent b65fd1b commit d4d4395
Show file tree
Hide file tree
Showing 2 changed files 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 @@ -6,7 +6,7 @@ python:
- "3.4"
- "3.5"
# command to install dependencies
install: "pip install -r dev_requirements.txt"
install: "pip install -r tests/requirements.txt"
# command to run tests
script: nosetests
branches:
Expand Down
File renamed without changes.

0 comments on commit d4d4395

Please sign in to comment.