oz123 пре 10 година
родитељ
комит
ab2195d094
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      .travis.yml

+ 1 - 1
.travis.yml

@@ -23,7 +23,7 @@ install:
   - "pip install ."
   - "pip install ."
 # command to run tests, e.g. python setup.py test
 # command to run tests, e.g. python setup.py test
 script:  
 script:  
-  coverage run --source=pwman setup.py test
+  {envpython} setup.py develop && coverage run --source=pwman setup.py test
     
     
 after_success:
 after_success:
   coveralls
   coveralls