Skip to content

Commit a1d0fdd

Browse files
committed
Ensured that Travis uses latest versions of dependencies (closes snowplow#149)
1 parent 6007415 commit a1d0fdd

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

.travis.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,10 @@ python:
99
- "3.3"
1010
# command to install dependencies
1111
install:
12-
- "pip install python-dateutil"
1312
- "pip install httmock"
1413
- "pip install freezegun"
15-
- "pip install nose"
1614
- "pip install coveralls"
17-
- "pip install -r requirements.txt"
15+
- "python setup.py install"
1816
# command to run tests
1917
script:
2018
nosetests --with-coverage --cover-package=snowplow_tracker

0 commit comments

Comments
 (0)