Browse Source

Updated tests

Snow 8 years ago
parent
commit
421d8c303d
2 changed files with 5 additions and 2 deletions
  1. 5 2
      .travis.yml
  2. 0 0
      tests/test_solve_test_problems.py

+ 5 - 2
.travis.yml

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

tests/test_sample.py → tests/test_solve_test_problems.py