diff --git a/.travis.yml b/.travis.yml index ec993f0..deab0be 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,7 +7,7 @@ python: - pypy install: - pip install codecov - - pip install -r test-requirements.txt + - pip install -r requires/testing.txt script: nosetests after_success: - codecov