TracisCI and Coveralls integration WIP
This commit is contained in:
parent
12ce5f9bf7
commit
894194f9ff
8
tox.ini
8
tox.ini
|
@ -2,10 +2,10 @@
|
||||||
envlist = py26, py27, py32, py33
|
envlist = py26, py27, py32, py33
|
||||||
|
|
||||||
[testenv]
|
[testenv]
|
||||||
setenv =
|
; setenv =
|
||||||
; The following two flags are a workaround for an issue with building
|
; ; The following two flags are a workaround for an issue with building
|
||||||
; Python extensions on OSX with xcode 5.1.
|
; ; Python extensions on OSX with xcode 5.1.
|
||||||
; See: http://stackoverflow.com/questions/22313407/
|
; ; See: http://stackoverflow.com/questions/22313407/
|
||||||
; CFLAGS=-Qunused-arguments
|
; CFLAGS=-Qunused-arguments
|
||||||
; CPPFLAGS=-Qunused-arguments
|
; CPPFLAGS=-Qunused-arguments
|
||||||
deps =
|
deps =
|
||||||
|
|
Loading…
Reference in New Issue