Skip to content

Commit 4fb941e

Browse files
Juan Luis Cano Rodríguezastrojuanlu
authored andcommitted
Use Travis container infrastructure
1 parent 0c83aff commit 4fb941e

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.travis.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ python:
33
- "2.7"
44
- "3.3"
55
install:
6-
- sudo apt-get update
76
# We do this conditionally because it saves us some downloading if the
87
# version is the same.
98
- if [[ "$TRAVIS_PYTHON_VERSION" == "2.7" ]]; then
@@ -24,4 +23,6 @@ install:
2423
- source activate test-environment
2524
- python setup.py install
2625
script:
27-
- make test
26+
- make test
27+
28+
sudo: false

0 commit comments

Comments
 (0)