Skip to content

Commit abc1af1

Browse files
committed
update travis
1 parent 2db09e9 commit abc1af1

File tree

1 file changed

+4
-9
lines changed

1 file changed

+4
-9
lines changed

.travis.yml

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -4,18 +4,13 @@ dist: xenial
44

55
python:
66
- "3.6"
7-
# - "3.7"
7+
- "3.7"
88

99
install:
1010
- pip install -U pip
11-
- pip install -r requirements.txt
12-
# - pip install dataclasses
13-
# - pip install pylint
1411

15-
script:
12+
before_script:
1613
- pip install -U --no-cache-dir venvipy
17-
# - pip install --no-cache-dir -e git+https://github.com/sinusphi/venvipy#egg=venvipy
18-
# - cd /home/travis/virtualenv/python3.7.1/src/venvipy/venvipy
1914

20-
#script:
21-
# - pylint --disable=no-name-in-module --disable=invalid-name --disable=missing-function-docstring --exit-zero --reports=y --verbose --ignore=venvipy_rc.py * && python venvi.py --version
15+
script:
16+
- venvipy --version

0 commit comments

Comments
 (0)