TracisCI and Coveralls integration WIP

This commit is contained in:
Tal Einat 2014-04-19 02:19:43 +03:00
parent 07dda37384
commit 19ae534868
1 changed files with 5 additions and 5 deletions

10
tox.ini
View File

@ -3,11 +3,11 @@ envlist = py26, py27, py32, py33
[testenv]
setenv =
# The following two flags are a workaround for an issue with building
# Python extensions on OSX with xcode 5.1.
# See: http://stackoverflow.com/questions/22313407/
CFLAGS=-Qunused-arguments
CPPFLAGS=-Qunused-arguments
; The following two flags are a workaround for an issue with building
; Python extensions on OSX with xcode 5.1.
; See: http://stackoverflow.com/questions/22313407/
; CFLAGS=-Qunused-arguments
; CPPFLAGS=-Qunused-arguments
deps =
-r{toxinidir}/requirements.txt
-r{toxinidir}/test_requirements.txt