Browse Source

travis: use requirements file

Thomas Waldmann 9 năm trước cách đây
mục cha
commit
034e3477bd
1 tập tin đã thay đổi với 2 bổ sung1 xóa
  1. 2 1
      .travis/install.sh

+ 2 - 1
.travis/install.sh

@@ -43,5 +43,6 @@ fi
 
 python -m virtualenv ~/.venv
 source ~/.venv/bin/activate
-pip install tox pytest pytest-cov codecov Cython
+pip install -r requirements.d/development.txt
+pip install codecov
 pip install -e .