Skip to content

Commit

Permalink
Merge pull request #81 from JonnyHaystack/fix_travis
Browse files Browse the repository at this point in the history
Attempt to fix travis build
  • Loading branch information
JonnyHaystack authored Mar 7, 2020
2 parents 1a7295b + 1a21e75 commit 0a9c577
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ dist: disco
services:
- xvfb
before_install:
- sudo /usr/lib/apt/apt-helper download-file https://debian.sur5r.net/i3/pool/main/s/sur5r-keyring/sur5r-keyring_2019.02.01_all.deb keyring.deb SHA256:176af52de1a976f103f9809920d80d02411ac5e763f695327de9fa6aff23f416
- sudo /usr/lib/apt/apt-helper download-file https://debian.sur5r.net/i3/pool/main/s/sur5r-keyring/sur5r-keyring_2020.02.03_all.deb keyring.deb SHA256:c5dd35231930e3c8d6a9d9539c846023fe1a08e4b073ef0d2833acd815d80d48
- sudo dpkg -i ./keyring.deb
- echo "deb https://debian.sur5r.net/i3/ $(grep '^DISTRIB_CODENAME=' /etc/lsb-release | cut -f2 -d=) universe" | sudo tee -a /etc/apt/sources.list.d/sur5r-i3.list
- sudo apt update
Expand Down
16 changes: 16 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
astroid==2.2.5
Click==7.0
enum-compat==0.0.2
i3ipc==2.1.1
isort==4.3.20
lazy-object-proxy==1.4.1
mccabe==0.6.1
psutil==5.6.3
six==1.12.0
typed-ast==1.4.0
wrapt==1.11.2
pytest==5.0.1
tox==3.13.2
pytest-cov==2.7.1
coveralls==1.8.2
natsort==6.0.0

0 comments on commit 0a9c577

Please sign in to comment.