mirror of
https://github.com/sprockets/sprockets.clients.postgresql.git
synced 2024-11-25 11:19:54 +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.3
|
||||||
- 3.4
|
- 3.4
|
||||||
install:
|
install:
|
||||||
- pip install -r dev-requirements.txt
|
- pip install -r test-requirements.txt
|
||||||
- pip install -e .
|
- pip install -e .
|
||||||
script: nosetests
|
script: nosetests
|
||||||
after_success:
|
after_success:
|
||||||
|
|
Loading…
Reference in a new issue