We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0c83aff commit 4fb941eCopy full SHA for 4fb941e
1 file changed
.travis.yml
@@ -3,7 +3,6 @@ python:
3
- "2.7"
4
- "3.3"
5
install:
6
- - sudo apt-get update
7
# We do this conditionally because it saves us some downloading if the
8
# version is the same.
9
- if [[ "$TRAVIS_PYTHON_VERSION" == "2.7" ]]; then
@@ -24,4 +23,6 @@ install:
24
23
- source activate test-environment
25
- python setup.py install
26
script:
27
- - make test
+ - make test
+
28
+sudo: false
0 commit comments