remove allow_failures for python 3.x from appveyor

This commit is contained in:
Johnny Robeson 2016-08-08 22:22:36 -04:00
parent c26266cab0
commit 72a55957a9

View file

@ -25,9 +25,3 @@ install:
test_script:
- "%PYTHON%/Scripts/tox.exe -e %TOX_ENV%"
# Allow all failures for now: the tests don't yet pass!
matrix:
allow_failures:
- TOX_ENV: py34-test
- TOX_ENV: py35-test