We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2db09e9 commit abc1af1Copy full SHA for abc1af1
.travis.yml
@@ -4,18 +4,13 @@ dist: xenial
4
5
python:
6
- "3.6"
7
-# - "3.7"
+ - "3.7"
8
9
install:
10
- pip install -U pip
11
- - pip install -r requirements.txt
12
-# - pip install dataclasses
13
-# - pip install pylint
14
15
-script:
+before_script:
16
- 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
19
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
+script:
+ - venvipy --version
0 commit comments