Remove requirements file from travis.yml

This commit is contained in:
Ben Lopatin
2016-04-07 17:46:28 -04:00
parent c155c8a60d
commit b7d4286c44
-4
View File
@@ -7,8 +7,4 @@ python:
- "pypy"
- "pypy3"
install:
- "pip install -r requirements.dev.txt"
- "pip install ."
script: python setup.py test