浏览代码

Updated tests

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