Change how travis installs to get all test dependencies

This commit is contained in:
Ryan Castner
2017-09-01 13:33:28 -04:00
parent 7f1db4023f
commit 38183938dc
+1 -1
View File
@@ -6,5 +6,5 @@ python:
- 3.5
- 3.6
install:
- python setup.py install
- pip install -r requirements.txt
script: python test_tablib.py