mirror of
https://github.com/sprockets/sprockets.clients.cassandra.git
synced 2024-11-24 11:19:54 +00:00
Fix build problems.
Fix build problems.
This commit is contained in:
parent
072ba24f69
commit
ef071c5fcb
4 changed files with 8 additions and 9 deletions
|
@ -1,7 +1,6 @@
|
||||||
language: python
|
language: python
|
||||||
python:
|
python:
|
||||||
- 2.7
|
- 2.7
|
||||||
- pypy
|
|
||||||
- 3.3
|
- 3.3
|
||||||
- 3.4
|
- 3.4
|
||||||
before_install:
|
before_install:
|
||||||
|
|
10
README.rst
10
README.rst
|
@ -20,15 +20,15 @@ This project follows the standard fork and pull request model of development.
|
||||||
If you want to contribute changes, then fork the project and code
|
If you want to contribute changes, then fork the project and code
|
||||||
away. To set up the environment:
|
away. To set up the environment:
|
||||||
|
|
||||||
virtualenv env
|
* virtualenv env
|
||||||
source env/bin/activate
|
* source env/bin/activate
|
||||||
pip install -qr dev-requirements.txt
|
* pip install -qr dev-requirements.txt
|
||||||
|
|
||||||
To test across supported platforms:
|
To test across supported platforms:
|
||||||
tox
|
* tox
|
||||||
|
|
||||||
To build the docs (in *build/sphinx/html*):
|
To build the docs (in *build/sphinx/html*):
|
||||||
./setup.py build_sphinx
|
* ./setup.py build_sphinx
|
||||||
|
|
||||||
Version History
|
Version History
|
||||||
---------------
|
---------------
|
||||||
|
|
|
@ -1,2 +1,3 @@
|
||||||
blist==1.3.6
|
blist>=1.3.6,<2
|
||||||
cassandra-driver==2.5.1
|
cassandra-driver>=2.5.1,<3
|
||||||
|
tornado>=3.2
|
||||||
|
|
|
@ -9,4 +9,3 @@
|
||||||
# minimize breakage to our dev environment.
|
# minimize breakage to our dev environment.
|
||||||
coveralls>=0.4,<1.0
|
coveralls>=0.4,<1.0
|
||||||
nose>=1.3.1,<2.0.0
|
nose>=1.3.1,<2.0.0
|
||||||
tornado>=3.0.0,<4.0.0
|
|
||||||
|
|
Loading…
Reference in a new issue