Sfoglia il codice sorgente

travis: use requirements file

Thomas Waldmann 9 anni fa
parent
commit
034e3477bd
1 ha cambiato i file con 2 aggiunte e 1 eliminazioni
  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 .