We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 146ce93 commit 05f94a2Copy full SHA for 05f94a2
2 files changed
.travis.yml
@@ -1,14 +1,12 @@
1
sudo: false
2
language: python
3
python:
4
- - 2.6
5
- 2.7
6
- pypy
7
- 3.3
8
- 3.4
9
- 3.5
10
install:
11
- - if [[ $TRAVIS_PYTHON_VERSION == '2.6' ]]; then pip install unittest2; fi
12
- pip install -r dev-requirements.txt
13
- python setup.py develop
14
- pip install codecov
dev-requirements.txt
@@ -5,3 +5,4 @@ nose
sphinx
raven
coverage
+sprockets-influxdb
0 commit comments