nficano commited on
Commit
a87769d
·
1 Parent(s): de625e8

moved to dev_requirements

Browse files
.travis.yml CHANGED
@@ -7,9 +7,11 @@ python:
7
  - "3.4"
8
  - "3.5"
9
  # command to install dependencies
10
- install: "pip install -r tests/test_requirements.txt"
11
  # command to run tests
12
  script: nosetests
13
  branches:
14
  only:
15
  - master
 
 
 
7
  - "3.4"
8
  - "3.5"
9
  # command to install dependencies
10
+ install: "pip install -r dev_requirements.txt"
11
  # command to run tests
12
  script: nosetests
13
  branches:
14
  only:
15
  - master
16
+ after_success:
17
+ coveralls
tests/test_requirements.txt → dev_requirements.txt RENAMED
File without changes