We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d8c5741 commit b5dc3caCopy full SHA for b5dc3ca
.travis.yml
@@ -1,22 +1,27 @@
1
language: python
2
sudo: false
3
+
4
python:
-- '2.6'
5
- '2.7'
6
-- '3.3'
7
- '3.4'
8
- '3.5'
+- '3.6'
9
- pypy
10
11
install:
12
- pip install python-coveralls
13
- pip install -q -r requirements.txt
14
- pip install --editable .
15
16
before_script: flake8
17
18
script:
19
- coverage run --source=usernames/ --omit='*tests*' -m py.test tests/ -v --tb=native
20
- coverage report
21
22
after_script:
23
- coveralls
24
25
deploy:
26
provider: pypi
27
user: theskumar
requirements.txt
@@ -1,3 +1,3 @@
bumpversion
-flake8
+flake8==2.4.1
pytest
0 commit comments