Skip to content

Commit fd350b6

Browse files
committed
Get requirements on travis execution
1 parent d2e6548 commit fd350b6

File tree

2 files changed

+3
-51
lines changed

2 files changed

+3
-51
lines changed

.travis.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,12 @@ language: python
22
python:
33
- '3.6'
44
install:
5+
- pip install pipenv
56
- pip install -U tox coveralls
67

78
script:
9+
- pipenv install --dev
10+
- pipenv run pip freeze > requirements-tests.txt
811
- coverage erase
912
- tox
1013
after_success:

requirements-tests.txt

Lines changed: 0 additions & 51 deletions
This file was deleted.

0 commit comments

Comments
 (0)