Parcourir la source

added pip freeze to travis install script

Miroslav Shubernetskiy il y a 10 ans
Parent
commit
61baf9810a
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  1. 1 0
      .travis.yml

+ 1 - 0
.travis.yml

@@ -13,6 +13,7 @@ env:
 install:
   - pip install $DRF
   - pip install -r requirements-dev.txt
+  - pip freeze
 
 # command to run tests, e.g. python setup.py test
 script: make check