Fix build problems.

Fix build problems.
This commit is contained in:
Brian Korty 2015-05-12 14:14:19 -04:00
parent 072ba24f69
commit ef071c5fcb
4 changed files with 8 additions and 9 deletions

View file

@ -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:

View file

@ -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
--------------- ---------------

View file

@ -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

View file

@ -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