Move test requirements from .travis.yml to test_requirements.txt
Jonas Haag
6 years ago
8 | 8 |
- exuberant-ctags
|
9 | 9 |
install:
|
10 | 10 |
- "pip install ."
|
11 | |
- "pip install requests"
|
12 | |
- "pip install python-ctags"
|
|
11 |
- "pip install -r test_requirements.txt"
|
13 | 12 |
script:
|
14 | 13 |
- git config --global user.email "you@example.com"
|
15 | 14 |
- git config --global user.name "Your Name"
|
|
0 |
pytest
|
|
1 |
requests
|
|
2 |
python-ctags
|
|
3 |
mock
|