Skip to content

Commit 05f94a2

Browse files
committed
Travis updates
1 parent 146ce93 commit 05f94a2

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.travis.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,12 @@
11
sudo: false
22
language: python
33
python:
4-
- 2.6
54
- 2.7
65
- pypy
76
- 3.3
87
- 3.4
98
- 3.5
109
install:
11-
- if [[ $TRAVIS_PYTHON_VERSION == '2.6' ]]; then pip install unittest2; fi
1210
- pip install -r dev-requirements.txt
1311
- python setup.py develop
1412
- pip install codecov

dev-requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,4 @@ nose
55
sphinx
66
raven
77
coverage
8+
sprockets-influxdb

0 commit comments

Comments
 (0)