trying to get travis to use nose instead of py.test

This commit is contained in:
Jon Haddad
2014-07-02 14:06:29 -07:00
parent 86cae3f7f0
commit b5924f38a4

View File

@@ -8,7 +8,9 @@ before_install:
- sudo service cassandra start
install:
- "pip install -r requirements.txt --use-mirrors"
- "pip install pytest --use-mirrors"
#- "pip install pytest --use-mirrors"
script:
- while [ ! -f /var/run/cassandra.pid ] ; do sleep 1 ; done # wait until cassandra is ready
- "py.test cqlengine/tests/"
- "nosetests --no-skip"
# - "py.test cqlengine/tests/"