Przeglądaj źródła

travis: use requirements file

Thomas Waldmann 9 lat temu
rodzic
commit
034e3477bd
1 zmienionych plików z 2 dodań i 1 usunięć
  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 .