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 57dd5d6 commit 1ad556cCopy full SHA for 1ad556c
.travis.yml
@@ -6,6 +6,8 @@ python:
6
- 2.7
7
- 3.4
8
- 3.5
9
+before_install:
10
+ - pip install -U pip setuptools
11
install:
12
- pip install -r requirements.txt
13
- pip install coveralls
0 commit comments