We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent daa7118 commit 7521dd4Copy full SHA for 7521dd4
.travis.yml
@@ -6,6 +6,7 @@ python:
6
- 3.7
7
- 2.7
8
install:
9
+ - pip install --upgrade pip
10
- if [[ $TRAVIS_PYTHON_VERSION == 2* ]]; then pip install -r requirements/python2.txt; fi
11
- if [[ $TRAVIS_PYTHON_VERSION == 3* ]]; then pip install -r requirements/python3.txt; fi
12
script: nosetests
0 commit comments