Snow преди 8 години
родител
ревизия
421d8c303d
променени са 2 файла, в които са добавени 5 реда и са изтрити 2 реда
  1. 5 2
      .travis.yml
  2. 0 0
      tests/test_solve_test_problems.py

+ 5 - 2
.travis.yml

@@ -1,9 +1,12 @@
 language: python
 python:
-  - "3.4"
   - "3.5"
   - "3.6"
+
 # command to install dependencies
-install: "pip install -r requirements.txt"
+install:
+  - pip install -r requirements.txt
+  - python setup.py install
+
 # command to run tests
 script: pytest

tests/test_sample.py → tests/test_solve_test_problems.py