summary refs log tree commit diff stats
path: root/.travis.yml
Commit message (Collapse)AuthorAgeFilesLines
* Replace pipenv with a simple requirements.txtWojciech Siewierski2018-10-081-3/+2
| | | | | | Motivations: - we do not want to pin a single Python version like Pipenv usually does - constant issues like https://github.com/pypa/pipenv/issues/2924
* Travis: Python 3.7 seems to be broken on Travis, let's leave it for nowWojciech Siewierski2018-10-031-1/+0
|
* Travis: Update the checked python versionsWojciech Siewierski2018-10-031-1/+2
|
* Make sure Travis uses pipenv when testingWojciech Siewierski2018-10-031-1/+1
|
* Fix the Travis buildWojciech Siewierski2018-07-161-6/+7
| | | | I'm so sorry about the accidental push to master!
* Revert "Use Pipfile/pipenv to manage the linters"Wojciech Siewierski2018-07-161-7/+6
| | | | This reverts commit 322479d11c05fdc0264c5eda817b7b3163e99f0a.
* Use Pipfile/pipenv to manage the lintersWojciech Siewierski2018-07-161-6/+7
| | | | | We don't want the linters' behavior to suddenly change like right now after the release of pylint 2.0.
* linting: Fix Travis CInfnty2017-01-171-3/+1
|
* linting: pylint and flake8nfnty2017-01-171-13/+10
|
* Enable Travis-CIWojciech Siewierski2016-06-221-0/+18
'>d25d6b45 ^
a472ce65 ^
d25d6b45 ^
a472ce65 ^


31321077 ^
d25d6b45 ^
31321077 ^
d25d6b45 ^
31321077 ^



d25d6b45 ^
31321077 ^
71c2be59 ^




31321077 ^
d25d6b45 ^
31321077 ^


23842e52 ^


b177250f ^
23842e52 ^
d25d6b45 ^
23842e52 ^

23842e52 ^

d25d6b45 ^
23842e52 ^
b177250f ^

d25d6b45 ^
23842e52 ^
d25d6b45 ^
23842e52 ^

23842e52 ^
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78