mirror of
https://github.com/sprockets/sprockets.clients.postgresql.git
synced 2024-11-22 03:00:21 +00:00
Should be using test requirements
This commit is contained in:
parent
9bd58d89ad
commit
0506a0d91b
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ python:
|
|||
- 3.3
|
||||
- 3.4
|
||||
install:
|
||||
- pip install -r dev-requirements.txt
|
||||
- pip install -r test-requirements.txt
|
||||
- pip install -e .
|
||||
script: nosetests
|
||||
after_success:
|
||||
|
|
Loading…
Reference in a new issue