Nick Ficano
commited on
Commit
·
d4d4395
1
Parent(s):
b65fd1b
moved test requirements into tests/
Browse files
.travis.yml
CHANGED
@@ -6,7 +6,7 @@ python:
|
|
6 |
- "3.4"
|
7 |
- "3.5"
|
8 |
# command to install dependencies
|
9 |
-
install: "pip install -r
|
10 |
# command to run tests
|
11 |
script: nosetests
|
12 |
branches:
|
|
|
6 |
- "3.4"
|
7 |
- "3.5"
|
8 |
# command to install dependencies
|
9 |
+
install: "pip install -r tests/requirements.txt"
|
10 |
# command to run tests
|
11 |
script: nosetests
|
12 |
branches:
|
dev_requirements.txt → tests/requirements.txt
RENAMED
File without changes
|