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 21fc89a commit a99e483Copy full SHA for a99e483
.travis.yml
@@ -7,7 +7,8 @@ python:
7
- "3.5"
8
- "3.6"
9
install:
10
+ - pip install virtualenv --upgrade
11
- make install
12
- make test-install
-script:
13
+script:
14
- make test
Makefile
@@ -1,7 +1,7 @@
1
.PHONY: clean install analysis test test-install develop docs docs-install
2
3
venv:
4
- virtualenv venv
+ virtualenv --python=python venv
5
6
install: venv
. venv/bin/activate; pip install .
0 commit comments