Browse Source

Specified exact versions of packages to fix travis build issue

Geoffrey Irons 7 năm trước cách đây
mục cha
commit
4ac72488be
2 tập tin đã thay đổi với 4 bổ sung1 xóa
  1. 1 1
      .travis.yml
  2. 3 0
      requirements.txt

+ 1 - 1
.travis.yml

@@ -9,7 +9,7 @@ cache:
 before_install:
     - sudo apt-get update
     - sudo apt-get install --no-install-recommends -y libsdl1.2debian python3-pip
-    - sudo pip3 install pylint pycodestyle
+    - sudo pip3 install -r requirements.txt
 
 install:
     - tests/install_blender.sh

+ 3 - 0
requirements.txt

@@ -0,0 +1,3 @@
+# Python requirements for development
+pylint==1.9.2
+pycodestyle==2.4.0